summary refs log tree commit diff
path: root/src/test/compile-fail/dead-code-closure-bang.rs
AgeCommit message (Expand)AuthorLines
2015-06-12Update dead-code-closure-bangSteve Klabnik-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-05fix cfail testsJorge Aparicio-1/+3
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-09-03Add some tests for closures that return `!`P1start-0/+17