aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/import4.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.
* Fix another import case we got wrong: The local environment should notRafael Ávila de Espíndola2011-01-111-0/+10
interfere with the import statements.