summary refs log tree commit diff
path: root/src/test/compile-fail/mut-pattern-internal-mutability.rs
AgeCommit message (Expand)AuthorLines
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-5/+3
2017-11-19mir-borrowck: Remove parens in the lvalue description of a derefBasile Desloges-1/+1
2017-10-25Reword to avoid using either re-assignment or reassignment in errorsCarol (Nichols || Goulding)-3/+3
2017-09-26mir-borrowck: Edit compile-fail tests with E0506 error to also test on MIR bo...Basile Desloges-2/+9
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-0/+24