rust/tests/compile-fail/stacked_borrows
2018-10-23 13:09:17 +02:00
..
alias_through_mutation.rs also run compile-fail tests with and without optimizations 2018-10-23 13:09:17 +02:00
aliasing_mut1.rs reenable some tests that work now, and organize them better with directories 2018-10-17 16:58:54 +02:00
aliasing_mut2.rs reenable some tests that work now, and organize them better with directories 2018-10-17 16:58:54 +02:00
aliasing_mut3.rs reenable some tests that work now, and organize them better with directories 2018-10-17 16:58:54 +02:00
aliasing_mut4.rs reenable some tests that work now, and organize them better with directories 2018-10-17 16:58:54 +02:00
buggy_as_mut_slice.rs also run compile-fail tests with and without optimizations 2018-10-23 13:09:17 +02:00
buggy_split_at_mut.rs also run compile-fail tests with and without optimizations 2018-10-23 13:09:17 +02:00
illegal_write1.rs get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom 2018-10-22 18:17:37 +02:00
illegal_write2.rs also run compile-fail tests with and without optimizations 2018-10-23 13:09:17 +02:00
illegal_write3.rs get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom 2018-10-22 18:17:37 +02:00
illegal_write4.rs get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom 2018-10-22 18:17:37 +02:00
load_invalid_mut.rs test passing invalid refs around 2018-10-23 11:20:04 +02:00
outdated_local.rs get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom 2018-10-22 18:17:37 +02:00
pass_invalid_mut.rs test passing invalid refs around 2018-10-23 11:20:04 +02:00
pointer_smuggling.rs get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom 2018-10-22 18:17:37 +02:00
return_invalid_mut.rs test passing invalid refs around 2018-10-23 11:20:04 +02:00
shared_confusion.rs rustc update and be very selective about what we accept on a deref 2018-10-22 16:48:09 +02:00
unescaped_local.rs get rid of implicit Raw at bottom of stack; locals get a uniq at their bottom 2018-10-22 18:17:37 +02:00