about summary refs log tree commit diff
path: root/tests/ui/impl-trait/alias-liveness
AgeCommit message (Collapse)AuthorLines
2025-06-25Add edition checks for some tests that had divergent outputEsteban Küber-4/+39
In order to expose edition dependent divergences in some tests in the test suite, add explicit `edition` annotations. Some of these tests might require additional work to *avoid* the divergences, as they might have been unintentional. These are not exhaustive changes, purely opportunistic while looking at something else.
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-40/+38
2024-08-17Bless test falloutMichael Goulet-6/+6
2024-06-04Add another test for hidden types capturing lifetimes that outlive but arent ↵Michael Goulet-0/+53
mentioned in substs
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-14Add some unsoundness tests for opaques capturing hidden regions not in substsMichael Goulet-0/+134