about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-array-double-move.rs
AgeCommit message (Expand)AuthorLines
2015-02-07Updates to tests reflecting array-move restrictions.Felix S. Klock II-24/+0
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08fallout: part of changes to compile-fail tests. (follows same pattern as pri...Felix S. Klock II-0/+3
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-18Reject double moves out of array elementsCameron Zwarich-0/+21