Rollup merge of #106365 - gimbles:patch-1, r=jyn514

Grammar : Missing "is" in format specifier diagnostic
This commit is contained in:
Matthias Krüger 2023-01-03 17:12:12 +01:00 committed by GitHub
commit 01d99f6569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View file

@ -638,7 +638,7 @@ fn report_missing_placeholders(
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 {