rust/tests/compile-fail/stacked_borrows
2018-10-23 15:59:50 +02:00
..
alias_through_mutation.rs remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +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 remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +02:00
buggy_split_at_mut.rs remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +02:00
illegal_write1.rs remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +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 remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +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 remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +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 remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +02:00
shared_confusion.rs remove code duplication by letting reactivatable() compute what reactivate() has to do 2018-10-23 15:59:50 +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