about summary refs log tree commit diff
path: root/src/test/compile-fail/capture1.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-16Make let bindings' scope start at their definitionMarijn Haverbeke-3/+1
Also, allow let bindings in a block to shadow each other.
2011-07-27Reformat for new syntaxMarijn Haverbeke-5/+3
2011-04-11Implement the "attempted dynamic environment-capture" error in rustc.Rafael Ávila de Espíndola-0/+12