rust/tests/ui-fulldeps/session-diagnostic
Nicholas Nethercote 3db37fb78a A small fix in enforce_slug_naming.rs.
In #119972 the code should have become `E0123` rather than `0123`. This
fix doesn't affect the outcome because the proc macro errors out before
the type of the code is checked, but the fix makes the test's code
consistent with other similar code elsewhere.
2024-02-01 19:18:45 +11:00
..
diagnostic-derive-doc-comment-field.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
diagnostic-derive-doc-comment-field.stderr Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
diagnostic-derive.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
diagnostic-derive.stderr Stop using String for error codes. 2024-01-29 07:41:41 +11:00
enforce_slug_naming.rs A small fix in enforce_slug_naming.rs. 2024-02-01 19:18:45 +11:00
enforce_slug_naming.stderr A small fix in enforce_slug_naming.rs. 2024-02-01 19:18:45 +11:00
example.ftl Add test for invalid variables 2023-06-23 14:20:45 +00:00
invalid-variable.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
subdiagnostic-derive.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
subdiagnostic-derive.stderr Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00