mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
53ccee0d38
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