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 d5a7ddd commit 32ab2d9Copy full SHA for 32ab2d9
compiler/rustc_builtin_macros/src/format.rs
@@ -638,7 +638,7 @@ fn report_missing_placeholders(
638
if show_doc_note {
639
diag.note(concat!(
640
stringify!($kind),
641
- " formatting not supported; see the documentation for `std::fmt`",
+ " formatting is not supported; see the documentation for `std::fmt`",
642
));
643
}
644
if suggestions.len() > 0 {
0 commit comments