rust/tests/compile-fail/stacked_borrows
2018-11-15 09:35:40 +01:00
..
alias_through_mutation.rs rename RefKind to UsageKind, because it not only used for references now 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 Retag is the only operation that generates new tags 2018-11-15 09:35:40 +01:00
buggy_split_at_mut.rs Retag is the only operation that generates new tags 2018-11-15 09:35:40 +01:00
illegal_read1.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
illegal_read2.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
illegal_write1.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
illegal_write2.rs illegal_write2 does not work with optimizations 2018-11-03 10:23:50 +01:00
illegal_write3.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
illegal_write4.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
illegal_write5.rs rename RefKind to UsageKind, because it not only used for references now 2018-11-01 08:58:03 +01:00
load_invalid_mut.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
load_invalid_shr.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01: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 re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
pass_invalid_shr.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01: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 re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
return_invalid_shr.rs re-do large parts of stacked borrows, now with proper support for partiall frozen data 2018-11-08 08:29:34 +01:00
static_memory_modification.rs Retag is the only operation that generates new tags 2018-11-15 09:35:40 +01:00
transmute-is-no-escape.rs Retag is the only operation that generates new tags 2018-11-15 09:35:40 +01:00
unescaped_local.rs Retag is the only operation that generates new tags 2018-11-15 09:35:40 +01:00