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
+2
Original file line number
Diff line number
Diff line change
@@ -411,6 +411,8 @@ lint_non_fmt_panic_unused =
411
411
}
412
412
.add_fmt_suggestion = or add a "{"{"}{"}"}" format string to use the message literally
413
413
414
+
lint_non_local_definitions_cargo_update = the {$macro_kind} `{$macro_name}` may come from an old version of the `{$crate_name}` crate, try updating your dependency with `cargo update -p {$crate_name}`
415
+
414
416
lint_non_local_definitions_deprecation = this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
415
417
416
418
lint_non_local_definitions_impl = non-local `impl` definition, they should be avoided as they go against expectation
0 commit comments