-
-
Notifications
You must be signed in to change notification settings - Fork 489
Closed
Description
This surprised me; is there any reason not to follow the standard advice ("should be implemented for all public types"):
src/main.rs:91:22: 91:41 error: the trait bound `rand::distributions::Normal: std::fmt::Debug` is not satisfied [E0277]
src/main.rs:91 println!("{:?}", Normal::new(1., 1.));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels