We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdee78c commit 68bb31cCopy full SHA for 68bb31c
core/src/fmt/mod.rs
@@ -564,7 +564,7 @@ impl Display for Arguments<'_> {
564
on(
565
crate_local,
566
label = "`{Self}` cannot be formatted using `{{:?}}`",
567
- note = "add `#[derive(Debug)]` to `{Self}` or manually implement `{Debug}` for `{Self}`"
+ note = "add `#[derive(Debug)]` to `{Self}` or manually `impl {Debug} for {Self}`"
568
),
569
message = "`{Self}` doesn't implement `{Debug}`",
570
label = "`{Self}` cannot be formatted using `{{:?}}` because it doesn't implement `{Debug}`"
0 commit comments