about summary refs log tree commit diff
path: root/src/test/compile-fail/refutable-pattern-errors.rs
AgeCommit message (Expand)AuthorLines
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-20Address review commentsJakub Wieczorek-2/+2
2014-06-20Provide a witness pattern for non-exhaustive patternsJakub Wieczorek-2/+2
2014-06-20Check pattern refutability the same way exhaustiveness is checkedJakub Wieczorek-0/+18