about summary refs log tree commit diff
path: root/tests/ui/impl-trait/multiple-lifetimes
AgeCommit message (Collapse)AuthorLines
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-3/+6
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-15/+0
2025-01-06point out unblamed constraints from `Copy`/`Sized` bounds in region errorsdianne-0/+3
2024-08-06Don't arbitrarily choose one upper bound for hidden captured regionMichael Goulet-14/+4
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-13/+13
2023-11-24Manual find replace updatesNilstrieb-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-03-22Rename tests to ensure they don't have overlapping names.Eric Huss-0/+12
Some tests will delete their output directory before starting. The output directory is based on the test names. If one test is the prefix of another test, then when that test starts, it could try to delete the output directory of the other test with the longer path.
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-2/+9
2023-01-11Move /src/test to /testsAlbert Larsan-0/+373