summary refs log tree commit diff
path: root/src/test/ui/reachable
AgeCommit message (Collapse)AuthorLines
2017-05-27Add invalid unary operator usage error codeGuillaume Gomez-1/+1
2017-05-24Change error count messagesMichael Kohl-19/+19
See #33525 for details.
2017-03-30cherry-pick over the tests I wrote for the reachability codeNiko Matsakis-0/+1023
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.