about summary refs log tree commit diff
path: root/tests/ui/implied-bounds/normalization-nested.lifetime.stderr
AgeCommit message (Collapse)AuthorLines
2025-03-04Only use implied bounds hack if bevy, and use deeply normalize in implied ↵Michael Goulet-10/+0
bounds hack
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-0/+10
2024-01-17Don't use compat versions of implied bounds in ImpliedOutlivesBounds queryJack Huey-10/+0
2024-01-17Correctly handle normalization in implied boundsAli MJ Al-Nasrawy-29/+6
Special-case Bevy dependents to not error
2023-12-08Add tests related to normalization in implied boundsSantiago Pastorino-7/+22
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-03-31add test for normalization in implied bounds queryAli MJ Al-Nasrawy-0/+18
See https://github.com/rust-lang/rust/issues/109799.