aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/import3.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement module namespacesMarijn Haverbeke2011-05-131-1/+2
| | | | | | | Module names no longer clash with type and value names. The tokenizer/parser still needs to be taught to be more careful in identifying keywords, so that we can use 'str' and 'vec' and so as module names.
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Produce better errors for invalid imports.Rafael Ávila de Espíndola2011-01-121-0/+6