about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-match-binding-is-assignment.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-53/+0
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-01-31Kill more `isize`sTobias Bucher-3/+3
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-3/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-1/+1
2014-02-24Match binding is assignmentEdward Wang-0/+51