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