aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/bad-expr-path2.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement module namespacesMarijn Haverbeke2011-05-131-1/+3
| | | | | | | 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-2/+2
| | | | This should be a snapshot transition.
* Print an error if we try to refer to a module in an expr_path.Rafael Ávila de Espíndola2011-01-251-0/+10