]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/derives-span-Debug-tuple-struct.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Debug-tuple-struct.stderr
CommitLineData
1b1a35ee 1error[E0277]: `Error` doesn't implement `Debug`
ba9703b0 2 --> $DIR/derives-span-Debug-tuple-struct.rs:8:5
b7449926 3 |
532ac7d7 4LL | Error
b7449926
XL
5 | ^^^^^ `Error` cannot be formatted using `{:?}`
6 |
1b1a35ee
XL
7 = help: the trait `Debug` is not implemented for `Error`
8 = note: add `#[derive(Debug)]` or manually implement `Debug`
9 = note: required because of the requirements on the impl of `Debug` for `&Error`
10 = note: required for the cast to the object type `dyn Debug`
74b04a01 11 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0277`.