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
+1-1
Original file line number
Diff line number
Diff line change
@@ -627,7 +627,7 @@ lint_pattern_in_foreign = patterns aren't allowed in foreign function declaratio
627
627
.label = pattern not allowed in foreign function
628
628
629
629
lint_private_extern_crate_reexport =
630
-
extern crate `{$ident}` is private, and cannot be re-exported (error E0365), consider declaring with `pub`
630
+
extern crate `{$ident}` is private, and cannot be re-exported, consider declaring with `pub`
631
631
632
632
lint_proc_macro_back_compat = using an old version of `{$crate_name}`
633
633
.note = older versions of the `{$crate_name}` crate will stop compiling in future versions of Rust; please update to `{$crate_name}` v{$fixed_version}, or switch to one of the `{$crate_name}` alternatives
0 commit comments