about summary refs log tree commit diff
path: root/src/test/compile-fail/bad-env-capture.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-16/+0
2017-12-20Various tweaksEsteban Küber-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
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
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
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-07-27Reformat for new syntaxMarijn Haverbeke-7/+3
2011-05-23test: Un-xfail some compile-fail testsBrian Anderson-2/+0
Changed a few error patterns to match rustc's errors where it seemed reasonable.
2011-05-13Move capture checking into resolve.rsMarijn Haverbeke-1/+0
Drops capture.rs. The new algorithm also checks for captures function arguments and obj fields.
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2010-06-23Populate tree.Graydon Hoare-0/+10