]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-Default-tuple-struct.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Default-tuple-struct.stderr
CommitLineData
1b1a35ee 1error[E0277]: the trait bound `Error: Default` is not satisfied
ba9703b0 2 --> $DIR/derives-span-Default-tuple-struct.rs:8:5
b7449926 3 |
532ac7d7 4LL | Error
1b1a35ee 5 | ^^^^^ the trait `Default` is not implemented for `Error`
b7449926
XL
6 |
7 = note: required by `std::default::Default::default`
17df50a5 8 = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0277`.