rust/src/test/ui/derives/derives-span-Default-struct.stderr

12 lines
409 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error[E0277]: the trait bound `Error: std::default::Default` is not satisfied
2018-12-25 15:56:47 +00:00
--> $DIR/derives-span-Default-struct.rs:8:5
2018-08-08 12:28:26 +00:00
|
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`.