You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_lint/messages.ftl
-3
Original file line number
Diff line number
Diff line change
@@ -536,9 +536,6 @@ lint_non_camel_case_type = {$sort} `{$name}` should have an upper camel case nam
536
536
.suggestion = convert the identifier to upper camel case
537
537
.label = should have an UpperCamelCase name
538
538
539
-
lint_non_existent_doc_keyword = found non-existing keyword `{$keyword}` used in `#[doc(keyword = "...")]`
540
-
.help = only existing keywords are allowed in core/std
541
-
542
539
lint_non_fmt_panic = panic message is not a string literal
543
540
.note = this usage of `{$name}!()` is deprecated; it will be a hard error in Rust 2021
544
541
.more_info_note = for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
0 commit comments