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
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
codegen_ssa.ftl Fix some Fluent typos 2023-01-27 11:27:37 +00:00
compiletest.ftl
const_eval.ftl
driver.ftl
errors.ftl
expand.ftl
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
middle.ftl
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
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
query_system.ftl
resolve.ftl
save_analysis.ftl
session.ftl
symbol_mangling.ftl
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