about summary refs log tree commit diff
path: root/src/test/compile-fail/for-loop-refutable-pattern-error-message.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-13/+0
2015-10-09hygiene for `for` loops, `if let`, `while let`Nick Cameron-3/+1
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-30custom message for refutable patterns in for loopsJorge Aparicio-1/+0
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-05-27syntax: desugar a `for` loop to a let binding to get better errorHuon Wilson-0/+16