rust/tests/ui/diagnostic_namespace
Jonathan Brouwer 9ff335cb8f
Rollup merge of #152054 - lapla-cogito:diag_const_trait_impl, r=estebank
Distinguish error message for `#[diagnostic::on_const]` on const trait impls

context: https://github.com/rust-lang/rust/pull/149627#discussion_r2589712535

Sorry for the delay between receiving the review and submitting this patch. I'll ask the original proposer to review it.

r? estebank
2026-02-03 23:29:57 +01:00
..
auxiliary Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
do_not_recommend Pass Recovery down to rustc_parse's Parser 2026-02-02 15:01:34 +01:00
on_const Distinguish error message for #[diagnostic::on_const] on const trait impls 2026-02-04 00:38:04 +09:00
on_unimplemented When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
can_use_the_diagnostic_name_in_other_places.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
deny_malformed_attribute.rs Add reference annotations for diagnostic attributes 2024-11-18 10:45:26 -08:00
deny_malformed_attribute.stderr Split up the unknown_or_malformed_diagnostic_attributes lint 2025-07-11 01:24:24 +02:00
existing_proc_macros.rs Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
malformed_foreign_on_unimplemented.rs Add reference annotations for diagnostic attributes 2024-11-18 10:45:26 -08:00
malformed_foreign_on_unimplemented.stderr Add reference annotations for diagnostic attributes 2024-11-18 10:45:26 -08:00
multiline_spans.rs Split up the unknown_or_malformed_diagnostic_attributes lint 2025-07-11 01:24:24 +02:00
multiline_spans.stderr Split up the unknown_or_malformed_diagnostic_attributes lint 2025-07-11 01:24:24 +02:00
non_existing_attributes_accepted.rs Add reference annotations for diagnostic attributes 2024-11-18 10:45:26 -08:00
non_existing_attributes_accepted.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
requires_path.rs Stabilize the #[diagnostic] namespace and #[diagnostic::on_unimplemented] attribute 2024-02-27 08:50:56 +01:00
requires_path.stderr Stabilize the #[diagnostic] namespace and #[diagnostic::on_unimplemented] attribute 2024-02-27 08:50:56 +01:00
suggest_typos.rs Split up the unknown_or_malformed_diagnostic_attributes lint 2025-07-11 01:24:24 +02:00
suggest_typos.stderr Split up the unknown_or_malformed_diagnostic_attributes lint 2025-07-11 01:24:24 +02:00