about summary refs log tree commit diff
path: root/src/test/compile-fail/capture1.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-17/+0
2017-12-20Various tweaksEsteban Küber-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
These are relics that serve no purpose.
2013-07-02Improve the attempted dynamic environment-capture error messageSankha Narayan Guria-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-1/+1
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