about summary refs log tree commit diff
path: root/src/test/run-pass/shadow.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-9/+4
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-2/+2
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Make let bindings' scope start at their definitionMarijn Haverbeke-0/+20
Also, allow let bindings in a block to shadow each other.