about summary refs log tree commit diff
path: root/tests/ui/implied-bounds
AgeCommit message (Collapse)AuthorLines
2023-03-31add test for normalization in implied bounds queryAli MJ Al-Nasrawy-0/+57
See https://github.com/rust-lang/rust/issues/109799.
2023-03-26tolerate region vars in implied boundsAli MJ Al-Nasrawy-0/+24
See https://github.com/rust-lang/rust/issues/109628.
2023-03-26add testAli MJ Al-Nasrawy-0/+58
2023-03-15Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"Rémy Rakic-58/+0
This reverts commit e84e5ff04a647ce28540300244a26ba120642eea, reversing changes made to 1716932743a7b3705cbf0c34db0c4e070ed1930d.
2023-03-09add testAli MJ Al-Nasrawy-0/+58
2023-02-21Specify what 'this' actually isMichael Goulet-1/+1
2023-01-15Tweak E0597Esteban Küber-0/+2
CC #99430
2023-01-13Add logic to make IMPLIED_BOUNDS_ENTAILMENT easier to understandMichael Goulet-8/+8
2023-01-12Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNowMichael Goulet-0/+30
2023-01-11Move /src/test to /testsAlbert Larsan-0/+408