rust/tests/compile-fail/stacked_borrows
2018-11-01 08:58:03 +01:00
..
alias_through_mutation.rs basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref 2018-11-01 08:58:03 +01: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 basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref 2018-11-01 08:58:03 +01:00
buggy_split_at_mut.rs basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref 2018-11-01 08:58:03 +01: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 basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref 2018-11-01 08:58:03 +01: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 basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref 2018-11-01 08:58:03 +01: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
load_invalid_shr.rs test against passing invalid shared refs around 2018-10-23 16:01:22 +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
pass_invalid_shr.rs test against passing invalid shared refs around 2018-10-23 16:01:22 +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
return_invalid_shr.rs test against passing invalid shared refs around 2018-10-23 16:01:22 +02:00
shared_confusion_opt.rs basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref 2018-11-01 08:58:03 +01:00
shared_confusion.rs basic retagging (no fn_entry); this also makes us catch more bugs even with optimizations and we can finally stop mutating the state on deref 2018-11-01 08:58:03 +01:00
static_memory_modification.rs stub Retag hook; fix tests for removal of -Zmir-emit-validate 2018-11-01 08:58:03 +01: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