diff options
| author | Nathan Stocks <cleancut@github.com> | 2022-09-22 18:23:05 -0600 |
|---|---|---|
| committer | Nathan Stocks <cleancut@github.com> | 2022-10-07 13:19:27 -0600 |
| commit | 0609c0f1da13c8b0aeb90b5ff66f527bb16d58bf (patch) | |
| tree | 3c38fa497dea8dc95be07c67c442999e5bdea16e /compiler/rustc_error_messages | |
| parent | 3a748330af35ec9da4b07f55b78e8f08f2af0888 (diff) | |
| download | rust-0609c0f1da13c8b0aeb90b5ff66f527bb16d58bf.tar.gz rust-0609c0f1da13c8b0aeb90b5ff66f527bb16d58bf.zip | |
migrate diagnostic_items.rs to translateable diagnostics
Diffstat (limited to 'compiler/rustc_error_messages')
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/passes.ftl | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/passes.ftl b/compiler/rustc_error_messages/locales/en-US/passes.ftl index 49cd2ee1758..04fd0a3a6ac 100644 --- a/compiler/rustc_error_messages/locales/en-US/passes.ftl +++ b/compiler/rustc_error_messages/locales/en-US/passes.ftl @@ -357,7 +357,7 @@ passes_collapse_debuginfo = passes_deprecated_annotation_has_no_effect = this `#[deprecated]` annotation has no effect .suggestion = remove the unnecessary deprecation attribute - + passes_unknown_external_lang_item = unknown external lang item: `{$lang_item}` @@ -389,3 +389,13 @@ passes_local_duplicate_lang_item = passes_invalid_attr_at_crate_level = `{$name}` attribute cannot be used at crate level .suggestion = perhaps you meant to use an outer attribute + +passes_duplicate_diagnostic_item = + duplicate diagnostic item found: `{$name}`. + +passes_duplicate_diagnostic_item_in_crate = + duplicate diagnostic item in crate `{$crate_name}`: `{$name}`. + +passes_diagnostic_item_first_defined = + the diagnostic item is first defined here + .note = the diagnostic item is first defined in crate `{$orig_crate_name}`. |
