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
+4
Original file line number
Diff line number
Diff line change
@@ -466,6 +466,10 @@ lint_invalid_reference_casting_note_book = for more information, visit <https://
466
466
467
467
lint_invalid_reference_casting_note_ty_has_interior_mutability = even for types with interior mutability, the only legal way to obtain a mutable pointer from a shared reference is through `UnsafeCell::get`
468
468
469
+
lint_leading_zeros_in_decimal_literals = this is a decimal constant
470
+
.suggestion_remove_zeros = if you meant to use a decimal constant, remove leading zeros to avoid confusion
471
+
.suggestion_prefix_octal = if you meant to use an octal constant, prefix it with `0o` instead
472
+
469
473
lint_legacy_derive_helpers = derive helper attribute is used before it is introduced
0 commit comments