]> git.lizzy.rs Git - rust.git/commit
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)
commit53ccee0d389270e7e5ac71660d7b496378abb9ae
treeed39383b628b7ad869628ce403676ed290c0c5ff
parent45430a5351f9aeaa16c1f6e0d19444be3555f43f
parent0ae0d87c5dd7b0b0b17124dadb2d5a3ce7e2bfef
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