rust/compiler/rustc_error_messages/locales/en-US
Matthias Krüger 53ccee0d38
Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors
Detect references to non-existant messages in Fluent resources

Should help with cases like #107091, where `{variable}` (a message reference) is accidentally typed, rather than `{$variable}` (a variable reference)

Fixes #107370

```@rustbot``` label +A-translation
2023-01-28 11:11:07 +01:00
..
ast_lowering.ftl Improve the help message for an invalid calling convention 2022-09-22 22:18:30 +02:00
ast_passes.ftl Autoderive ExternBlockSuggestion 2023-01-19 13:52:15 +01:00
attr.ftl
borrowck.ftl Handle diagnostics customization on the fluent side 2023-01-17 08:21:34 +00:00
builtin_macros.ftl
codegen_gcc.ftl Fix some Fluent typos 2023-01-27 11:27:37 +00:00
codegen_llvm.ftl Remove backwards compat for LLVM 12 coverage format 2023-01-09 16:31:24 +01:00
codegen_ssa.ftl Fix some Fluent typos 2023-01-27 11:27:37 +00:00
compiletest.ftl errors: rename typeck.ftl to hir_analysis.ftl 2022-10-03 13:52:17 +01:00
const_eval.ftl
driver.ftl
errors.ftl ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors 2022-10-12 16:54:25 -04:00
expand.ftl Migrate parts of rustc_expand to session diagnostics 2022-12-10 11:02:41 +01:00
hir_analysis.ftl Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
hir_typeck.ftl add checks for the signature of the lang item 2023-01-11 14:35:08 -08:00
infer.ftl Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco 2023-01-26 15:02:19 +01:00
interface.ftl Warn when using panic-strategy abort for proc-macro crates 2023-01-13 10:13:49 +01:00
lint.ftl migrate: deref_into_dyn_supertrait.rs 2023-01-09 18:57:02 -05:00
metadata.ftl Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 2023-01-03 08:05:54 +00:00
middle.ftl Match crate and slug names 2022-11-21 15:24:50 +01:00
mir_build.ftl Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco 2023-01-26 15:02:20 +01:00
mir_dataflow.ftl
monomorphize.ftl add -Z dump-mono-stats 2022-12-14 20:17:52 +00:00
parse.ftl Add suggestion to remove if in let...else block 2023-01-23 20:33:04 -08:00
passes.ftl Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors 2023-01-26 06:15:23 +01:00
plugin_impl.ftl
privacy.ftl change AccessLevels representation 2022-09-14 18:11:00 +03:00
query_system.ftl query_system: finish migration 2022-10-10 14:20:16 +01:00
resolve.ftl migrating rustc_resolve to SessionDiagnostic. work in progress. start 2022-11-13 19:39:26 +05:30
save_analysis.ftl
session.ftl Print correct base for too-large literals 2023-01-02 11:43:07 +00:00
symbol_mangling.ftl UPDATE - merge and avoid translations for symbol mangling test output 2022-09-13 16:19:32 -04:00
trait_selection.ftl Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
ty_utils.ftl Properly pluralize 'generic constants' 2023-01-16 20:21:29 +00:00