about summary refs log tree commit diff
path: root/src/test/compile-fail/block-must-not-have-result-while.rs
AgeCommit message (Expand)AuthorLines
2015-01-12Fix testsuite errorsmdinger-3/+5
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-03-10Tweak some test cases and add a few new onesTim Chevalier-1/+1
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
2012-01-03Allow tail expressions even in no_value blocks. Type checkerNiko Matsakis-1/+1
2011-11-07Add tests for blocks that must not have resultsBrian Anderson-0/+7