about summary refs log tree commit diff
path: root/src/test/compile-fail/assign-imm-local-twice.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-28/+0
2018-06-19Update the existing compile-fail tests to reflect diagnostic changes in NLL.Felix S. Klock II-0/+1
2017-11-27Update tests involving E0384 for mir-borrowckMatthew Jasper-3/+9
2017-10-25Reword to avoid using either re-assignment or reassignment in errorsCarol (Nichols || Goulding)-2/+2
2016-08-10Update error message E0384 to new formatJosé manuel Barroso Galindo-1/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-05-24improve liveness so it reports unused vars / dead assignmentsNiko Matsakis-2/+3
2012-05-24new liveness pass to supercede last_use / initednessNiko Matsakis-0/+9