]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/src/format.rs
Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser
[rust.git] / compiler / rustc_builtin_macros / src / format.rs
index 63bc0d552c11e7e24e17bbb45ff095590fd1f18b..b2b7b9d75bd37163e9ac20a305ba9e19ac9366ef 100644 (file)
@@ -638,7 +638,7 @@ macro_rules! check_foreign {
                 if show_doc_note {
                     diag.note(concat!(
                         stringify!($kind),
-                        " formatting not supported; see the documentation for `std::fmt`",
+                        " formatting is not supported; see the documentation for `std::fmt`",
                     ));
                 }
                 if suggestions.len() > 0 {