about summary refs log tree commit diff
path: root/tests/ui/suggestions/path-display.stderr
AgeCommit message (Collapse)AuthorLines
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+2
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-01-11Move /src/test to /testsAlbert Larsan-0/+23