aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/reserved-f80.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove reserved word tests (since reserved words were removed)Marijn Haverbeke2011-05-131-5/+0
| | | | | | | | Ping me if you disagree, but I think that in a language that's as in-flux as rust currently is, it is silly to try and enforce a single future-compatibility. The reserved words didn't work well with the parser refactor, so I dropped them for the time being. We can, eventually, bring them back as type-only reserved words.
* Fix mistaken replacements in error-pattern comments in testsMarijn Haverbeke2011-05-121-1/+1
|
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Teach rustc about reserved keywordsBrian Anderson2011-02-221-0/+5