about summary refs log tree commit diff
path: root/src/test/ui/reachable/expr_again.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-0/+1
2017-03-30cherry-pick over the tests I wrote for the reachability codeNiko Matsakis-0/+20
For the most part, the current code performs similarly, although it differs in some particulars. I'll be nice to have these tests for judging future changes, as well.