rust/tests/ui/lint/rfc-2383-lint-reason
Matthias Krüger c1c5ab717e
Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-errors,estebank
Add a note to duplicate diagnostics

Helps explain why there may be a difference between manual testing and the test suite output and highlights them as something to potentially look into

For existing duplicate diagnostics I just blessed them other than a few files that had other `NOTE` annotations in
2023-10-05 19:24:35 +02:00
..
avoid_delayed_good_path_ice.rs
catch_multiple_lint_triggers.rs
crate_level_expect.rs
crate_level_expect.stderr
expect_inside_macro.rs
expect_lint_from_macro.rs
expect_lint_from_macro.stderr
expect_missing_feature_gate.rs
expect_missing_feature_gate.stderr
expect_multiple_lints.rs
expect_multiple_lints.stderr
expect_nested_lint_levels.rs
expect_nested_lint_levels.stderr
expect_on_fn_params.rs
expect_on_fn_params.stderr
expect_tool_lint_rfc_2383.rs
expect_tool_lint_rfc_2383.stderr
expect_unfulfilled_expectation.rs
expect_unfulfilled_expectation.stderr
expect_unused_inside_impl_block.rs Address misc feedback 2023-10-02 08:59:31 -04:00
expect_with_forbid.rs Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
expect_with_forbid.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
expect_with_reason.rs
expect_with_reason.stderr
force_warn_expected_lints_fulfilled.rs
force_warn_expected_lints_fulfilled.stderr
force_warn_expected_lints_unfulfilled.rs
force_warn_expected_lints_unfulfilled.stderr
fulfilled_expectation_early_lints.rs
fulfilled_expectation_late_lints.rs
lint-attribute-only-with-reason.rs
lint-attribute-only-with-reason.stderr
multiple_expect_attrs.rs
multiple_expect_attrs.stderr
no_ice_for_partial_compiler_runs.rs
no_ice_for_partial_compiler_runs.stdout
root-attribute-confusion.rs Stop confusing specification levels when computing expectations. 2023-05-18 08:52:54 +00:00