aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/import2.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Add sufficient import support to compile some simple single-crate programs.Rafael Ávila de Espíndola2011-01-071-0/+9
This is likely not the final solution. It does repetitive work and doesn't produce errors for invalid but unused imports. In any case, I think it is a useful step.