about summary refs log tree commit diff
path: root/tests/ui/implied-bounds/normalization-nested.rs
AgeCommit message (Collapse)AuthorLines
2025-03-04Only use implied bounds hack if bevy, and use deeply normalize in implied ↵Michael Goulet-4/+1
bounds hack
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-4/+10
2024-01-17Don't use compat versions of implied bounds in ImpliedOutlivesBounds queryJack Huey-4/+1
2023-12-08Add tests related to normalization in implied boundsSantiago Pastorino-1/+3
2023-03-31add test for normalization in implied bounds queryAli MJ Al-Nasrawy-0/+39
See https://github.com/rust-lang/rust/issues/109799.