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
@@ -464,6 +464,10 @@ lint_invalid_reference_casting_note_book = for more information, visit <https://
464
464
465
465
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`
466
466
467
+
lint_leading_zeros_in_decimal_literals = this is a decimal constant
468
+
.suggestion_remove_zeros = if you meant to use a decimal constant, remove leading zeros to avoid confusion
469
+
.suggestion_prefix_octal = if you meant to use an octal constant, prefix it with `0o` instead
470
+
467
471
lint_legacy_derive_helpers = derive helper attribute is used before it is introduced
0 commit comments