Rollup merge of #106365 - gimbles:patch-1, r=jyn514
Grammar : Missing "is" in format specifier diagnostic
This commit is contained in:
commit
01d99f6569
7 changed files with 11 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue