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
@@ -483,6 +483,10 @@ lint_invalid_reference_casting_note_book = for more information, visit <https://
483
483
484
484
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`
485
485
486
+
lint_leading_zeros_in_decimal_literals = this is a decimal constant
487
+
.suggestion_remove_zeros = if you meant to use a decimal constant, remove leading zeros to avoid confusion
488
+
.suggestion_prefix_octal = if you meant to use an octal constant, prefix it with `0o` instead
489
+
486
490
lint_legacy_derive_helpers = derive helper attribute is used before it is introduced
0 commit comments