rust/tests/ui/diagnostic_namespace/on_unimplemented
Georg Semmler 10538d4d2b
Add some additional warnings for duplicated diagnostic items
This commit adds warnings if a user supplies several diagnostic options
where we can only apply one of them. We explicitly warn about ignored
options here. In addition a small test for these warnings is added.
2023-11-17 07:28:43 +01:00
..
do_not_fail_parsing_on_invalid_options_1.rs Improve the warning messages for the #[diagnostic::on_unimplemented] 2023-10-19 15:00:47 +02:00
do_not_fail_parsing_on_invalid_options_1.stderr Improve the warning messages for the #[diagnostic::on_unimplemented] 2023-10-19 15:00:47 +02:00
feature-gate-diagnostic_on_unimplemented.rs #[diagnostic::on_unimplemented] without filters 2023-09-12 20:03:18 +02:00
feature-gate-diagnostic_on_unimplemented.stderr #[diagnostic::on_unimplemented] without filters 2023-09-12 20:03:18 +02:00
ignore_unsupported_options_and_continue_to_use_fallback.rs Add some additional warnings for duplicated diagnostic items 2023-11-17 07:28:43 +01:00
ignore_unsupported_options_and_continue_to_use_fallback.stderr Add some additional warnings for duplicated diagnostic items 2023-11-17 07:28:43 +01:00
multiple_notes.rs Allows #[diagnostic::on_unimplemented] attributes to have multiple 2023-10-27 12:42:42 +02:00
multiple_notes.stderr Allows #[diagnostic::on_unimplemented] attributes to have multiple 2023-10-27 12:42:42 +02:00
on_unimplemented_simple.rs #[diagnostic::on_unimplemented] without filters 2023-09-12 20:03:18 +02:00
on_unimplemented_simple.stderr #[diagnostic::on_unimplemented] without filters 2023-09-12 20:03:18 +02:00
report_warning_on_duplicated_options.rs Add some additional warnings for duplicated diagnostic items 2023-11-17 07:28:43 +01:00
report_warning_on_duplicated_options.stderr Add some additional warnings for duplicated diagnostic items 2023-11-17 07:28:43 +01:00