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
+3
Original file line number
Diff line number
Diff line change
@@ -538,6 +538,9 @@ lint_unknown_lint =
538
538
lint_unknown_tool_in_scoped_lint = unknown tool name `{$tool_name}` found in scoped lint: `{$tool_name}::{$lint_name}`
539
539
.help = add `#![register_tool({$tool_name})]` to the crate root
540
540
541
+
lint_unpredictable_fn_pointer_comparisons = function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
542
+
.note = even foreign function pointers are not guaranteed to be unique and could vary between different code generation units
543
+
541
544
lint_unsupported_group = `{$lint_group}` lint group is not supported with ´--force-warn´
542
545
543
546
lint_untranslatable_diag = diagnostics should be created using translatable messages
0 commit comments