rust/compiler/rustc_macros/src/diagnostics
bors 08fd6f719e Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
Validate fluent variable references in tests

Closes #101109

Under `cfg(test)`, the `fluent_messages` macro will emit a list of variables referenced by each message and its attributes. The derive attribute will now emit a `#[test]` that checks that each referenced variable exists in the structure it's applied to.
2023-06-28 03:47:02 +00:00
..
diagnostic_builder.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
diagnostic.rs Fix diagnostics with errors 2023-05-26 10:44:18 +00:00
error.rs avoid &format in error message code 2023-06-23 02:17:39 +09:00
mod.rs Suggest let for possible binding with ty 2023-05-08 10:56:20 +08:00
subdiagnostic.rs avoid &format in error message code 2023-06-23 02:17:39 +09:00
utils.rs avoid &format in error message code 2023-06-23 02:17:39 +09:00