about summary refs log tree commit diff
path: root/src/test/run-pass/import-from.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-6/+3
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-17Allow multiple imports in a single statementBrian Anderson-0/+11
Like so: import foo::{bar, baz}; Issue #817