blob: a9634e64fa991d3e96c80d499c158db63e078bed [file] [log] [blame]
error[E0277]: the trait bound `Error: std::default::Default` is not satisfied
--> $DIR/derives-span-Default-struct.rs:18:5
|
LL | x: 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`.