about summary refs log tree commit diff
path: root/src/test/compile-fail/closure-bounds-static-cant-capture-borrowed.rs
AgeCommit message (Expand)AuthorLines
2015-08-12Fallout in tests --- misc error message changes, WF fixesNiko Matsakis-1/+3
2015-01-05fix cfail testsJorge Aparicio-2/+1
2014-09-25Move checks for closure bounds out of kind.rsNiko Matsakis-2/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-2/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-06-23Add basic test cases for closure bounds. (#3569)Ben Blum-0/+21