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 6a72924 commit 01192ebCopy full SHA for 01192eb
1 file changed
compiler/rustc_passes/src/errors.rs
@@ -1456,6 +1456,6 @@ pub(crate) struct UnknownFormatParameterForOnUnimplementedAttr {
1456
pub argument_name: Symbol,
1457
pub trait_name: Ident,
1458
// `false` if we're in rustc_on_unimplemented, since its syntax is a lot more complex.
1459
- #[help("expect either a generic argument name or {\"`{Self}`\"} as format argument")]
+ #[help(r#"expect either a generic argument name or {"`{Self}`"} as format argument"#)]
1460
pub help: bool,
1461
}
0 commit comments