about summary refs log tree commit diff
path: root/tests/ui/attributes/auxiliary
AgeCommit message (Collapse)AuthorLines
2025-08-29compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targetsno92-0/+1
Co-authored-by: Dennis Bonke <dennis@managarm.org>
2025-08-14Add regression test for a former ICE involving helper attributes containing ↵León Orell Valerian Liehr-0/+8
interpolated tokens Co-authored-by: Jana Dönszelmann <jana@donsz.nl>
2025-06-02allow macro_use as first segmentbohan-0/+7
2025-05-21collect doc alias as tips during resolutionbohan-0/+24
2025-03-20Fix the "used_with_archive" test on FuchsiaJeff Martin-0/+1
This change adds Fuchsia OS as a target to the cfg_attr in the pre_main_constructor external declaration. This allows the "tests/ui/attributes/used_with_archive.rs" to pass against Fuchsia.
2025-02-28qnx: avoid test failureTshepang Mbambo-0/+1
Fixes tests/ui/attributes/used_with_archive.rs fail
2025-02-28sort listTshepang Mbambo-4/+4
2025-02-24Make #[used] work when linking with ld64Mads Marquart-0/+32
2024-11-27Update tests to use new proc-macro headerEric Huss-5/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-07-16Add infrastructure `#[rustc_confusables]` attribute to allow targeted许杰友 Jieyou Xu (Joe)-0/+11
"no method" errors on standard library types The standard library developer can annotate methods on e.g. `BTreeSet::push` with `#[rustc_confusables("insert")]`. When the user mistypes `btreeset.push()`, `BTreeSet::insert` will be suggested if there are no other candidates to suggest.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+12