rust/tests/ui/diagnostic_namespace
Georg Semmler 2cff3e90bc
Move #[do_not_recommend] to the #[diagnostic] namespace
This commit moves the `#[do_not_recommend]` attribute to the
`#[diagnostic]` namespace. It still requires
`#![feature(do_not_recommend)]` to work.
2024-05-21 13:14:41 +02:00
..
auxiliary
do_not_recommend Move #[do_not_recommend] to the #[diagnostic] namespace 2024-05-21 13:14:41 +02:00
on_unimplemented
can_use_the_diagnostic_name_in_other_places.rs
deny_malformed_attribute.rs
deny_malformed_attribute.stderr
existing_proc_macros.rs
malformed_foreign_on_unimplemented.rs
malformed_foreign_on_unimplemented.stderr
non_existing_attributes_accepted.rs
non_existing_attributes_accepted.stderr
requires_path.rs
requires_path.stderr
suggest_typos.rs Add `on_unimplemented" typo suggestions 2024-05-15 00:49:33 +02:00
suggest_typos.stderr Add `on_unimplemented" typo suggestions 2024-05-15 00:49:33 +02:00