]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errors
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 28 Jan 2023 10:11:07 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Jan 2023 10:11:07 +0000 (11:11 +0100)
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


Trivial merge