about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-5099.rs
AgeCommit message (Collapse)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-14/+0
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-1/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-1/+1
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-1/+1
2013-03-27testsuite: Add various test casesTim Chevalier-0/+14
Some are xfailed, some not, some existing ones get un-xfailed.