rust/compiler/rustc_const_eval
Matthias Krüger 5937ec1915
Rollup merge of #109700 - clubby789:tidy-fluent-escape, r=compiler-errors
Lint against escape sequences in Fluent files

Fixes #109686 by checking for `\n`, `\"` and `\'` in Fluent files. It might be useful to have a way to opt out of this check, but all messages with violations currently do seem to be incorrect.
2023-03-29 21:19:50 +02:00
..
src Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 2023-03-29 16:20:37 +00:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00
messages.ftl Check for escape sequences in Fluent resources 2023-03-29 18:34:29 +01:00