We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38f3af commit c5d5c62Copy full SHA for c5d5c62
compiler/rustc_hir_analysis/locales/en-US.ftl
@@ -62,14 +62,6 @@ hir_analysis_manual_implementation =
62
63
hir_analysis_substs_on_overridden_impl = could not resolve substs on overridden impl
64
65
-hir_analysis_unused_extern_crate =
66
- unused extern crate
67
- .suggestion = remove it
68
-
69
-hir_analysis_extern_crate_not_idiomatic =
70
- `extern crate` is not idiomatic in the new edition
71
- .suggestion = convert it to a `{$msg_code}`
72
73
hir_analysis_trait_object_declared_with_no_traits =
74
at least one trait is required for an object type
75
.alias_span = this alias does not contain a trait
0 commit comments