diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-02-23 17:22:41 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-02-23 17:22:41 +0000 |
| commit | c5d5c62601d90bebdd6ef6238b928d461b85fa68 (patch) | |
| tree | 3c7adcee94be1ac025dc30ff5e30c30c09bca611 | |
| parent | f38f3af22a4a45c8f4f07be3801a46b27b098a64 (diff) | |
| download | rust-c5d5c62601d90bebdd6ef6238b928d461b85fa68.tar.gz rust-c5d5c62601d90bebdd6ef6238b928d461b85fa68.zip | |
Remove translation.
| -rw-r--r-- | compiler/rustc_hir_analysis/locales/en-US.ftl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/rustc_hir_analysis/locales/en-US.ftl b/compiler/rustc_hir_analysis/locales/en-US.ftl index aa56e60ec75..f860809bcff 100644 --- a/compiler/rustc_hir_analysis/locales/en-US.ftl +++ b/compiler/rustc_hir_analysis/locales/en-US.ftl @@ -62,14 +62,6 @@ hir_analysis_manual_implementation = hir_analysis_substs_on_overridden_impl = could not resolve substs on overridden impl -hir_analysis_unused_extern_crate = - unused extern crate - .suggestion = remove it - -hir_analysis_extern_crate_not_idiomatic = - `extern crate` is not idiomatic in the new edition - .suggestion = convert it to a `{$msg_code}` - hir_analysis_trait_object_declared_with_no_traits = at least one trait is required for an object type .alias_span = this alias does not contain a trait |
