You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^^^^^^^^^^^^ `Dummy` cannot be formatted using `{:?}`
6
+
|
7
+
= help: the trait `Debug` is not implemented for `Dummy`
8
+
= note: add `#[derive(Debug)]` to `Dummy` or manually `impl Debug for Dummy`
9
+
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
10
+
help: consider annotating `Dummy` with `#[derive(Debug)]`
11
+
--> $DIR/auxiliary/dummy_lib.rs:2:1
12
+
|
13
+
2 | #[derive(Debug)]
14
+
|
15
+
16
+
error: aborting due to previous error
17
+
18
+
For more information about this error, try `rustc --explain E0277`.
0 commit comments