rust/tests/ui/rfcs/rfc-2396-target_feature-11
Georg Semmler 160b1793b2
Allows #[diagnostic::on_unimplemented] attributes to have multiple
notes

This commit extends the `#[diagnostic::on_unimplemented]` (and
`#[rustc_on_unimplemented]`) attributes to allow multiple `note`
options. This enables emitting multiple notes for custom error messages.
For now I've opted to not change any of the existing usages of
`#[rustc_on_unimplemented]` and just updated the relevant compile tests.
2023-10-27 12:42:42 +02:00
..
check-pass.rs
closures-inherit-target_feature.rs
feature-gate-target_feature_11.rs
feature-gate-target_feature_11.stderr
fn-ptr.mir.stderr
fn-ptr.rs
fn-ptr.thir.stderr
fn-traits.rs
fn-traits.stderr Allows #[diagnostic::on_unimplemented] attributes to have multiple 2023-10-27 12:42:42 +02:00
issue-99876.rs
issue-108645-target-feature-on-main.rs
issue-108645-target-feature-on-main.stderr
issue-108645-target-feature-on-start.rs
issue-108645-target-feature-on-start.stderr
issue-108655-inline-always-closure.rs
safe-calls.mir.stderr
safe-calls.rs
safe-calls.thir.stderr
trait-impl.rs
trait-impl.stderr