about summary refs log tree commit diff
path: root/src/test/compile-fail/borrow-immutable-upvar-mutation.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-45/+0
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-6/+6
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-6/+6
2015-02-03Update compile-fail tests to use the expected type to force theNiko Matsakis-7/+11
closure kind, thereby detecting what happens if there are mismatches. Simply removing the `:` annotations caused most of these tests to pass or produce other errors, because the inference would convert the closure into a more appropriate kind. (The ability to override the inference by using the expected type is an important backdoor partly for this reason.)
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-6/+6
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2014-10-16Update test for issue 17780 since diagnostic message have changedBrian Koropoff-0/+41
The test was also renamed to be more descriptive.