blob: eb0ef61a57d33016f4a1d6eb8dd9a63a79f81393 [file] [log] [blame]
error[E0277]: the trait bound `Error: std::default::Default` is not satisfied
--> $DIR/derives-span-Default-tuple-struct.rs:18:5
|
LL | Error //~ ERROR
| ^^^^^ the trait `std::default::Default` is not implemented for `Error`
|
= note: required by `std::default::Default::default`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.