about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/variance.rs
AgeCommit message (Expand)AuthorLines
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-15/+15
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-8/+8
2024-08-23Print the generic parameter along with the variance in dumps.Camille GILLOT-16/+16
2024-04-17Don't repeatedly duplicate TAIT lifetimes for each subsequently nested TAITMichael Goulet-0/+24
2024-03-08Improve error message for opaque capturesMichael Goulet-2/+2
2024-03-08Make TAITs capture all higher-ranked lifetimes in scopeMichael Goulet-15/+15
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-0/+11
2023-09-05Correctly deny late-bound lifetimes from parent in anon consts and TAITsMichael Goulet-18/+12
2023-08-30Test variances of TAITsOli Scherer-0/+50