1
Fork 0

Add a page on force-warns in unstable book

This commit is contained in:
Ryan Levick 2021-06-02 18:07:39 +02:00
parent dc2db73899
commit ab419314e9
2 changed files with 22 additions and 1 deletions

View file

@ -365,7 +365,7 @@ pub fn struct_lint_level<'s, 'd>(
sess.diag_note_once(
&mut err,
DiagnosticMessageId::from(lint),
"Warning forced by `force-warns` commandline option",
"warning forced by `force-warns` commandline option",
);
}
}