rust/tests/compile-fail/stacked_borrows
2022-05-25 18:26:33 +00:00
..
alias_through_mutation.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
alias_through_mutation.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
aliasing_mut1.rs barriers are dead, long live protectors -- this enables overlapping two-phase borrows! 2019-04-17 16:02:57 +02:00
aliasing_mut1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
aliasing_mut2.rs barriers are dead, long live protectors -- this enables overlapping two-phase borrows! 2019-04-17 16:02:57 +02:00
aliasing_mut2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
aliasing_mut3.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
aliasing_mut3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
aliasing_mut4.rs barriers are dead, long live protectors -- this enables overlapping two-phase borrows! 2019-04-17 16:02:57 +02:00
aliasing_mut4.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
box_exclusive_violation1.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
box_exclusive_violation1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
buggy_as_mut_slice.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
buggy_as_mut_slice.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
buggy_split_at_mut.rs make reborrow shallow, and fix tests for that 2019-08-02 08:09:22 +02:00
buggy_split_at_mut.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
deallocate_against_barrier1.rs test that even &Cell must be dereferencable 2019-08-09 19:22:47 +02:00
deallocate_against_barrier1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
deallocate_against_barrier2.rs typo 2019-11-22 18:12:10 +01:00
deallocate_against_barrier2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read1.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
illegal_read1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read2.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
illegal_read2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read3.rs enable number validity checking and ptr::invalid checking by default 2022-05-25 16:17:41 +02:00
illegal_read3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read4.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
illegal_read4.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read5.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read5.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read6.rs add tests for fixes: sharing no longer leaks, and we can handle entering interior mutability 2019-04-17 16:02:57 +02:00
illegal_read6.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read7.rs test another version of 'creating a shared ref must not leak the Unique' 2019-04-19 08:46:40 +02:00
illegal_read7.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_read8.rs new compile-fail test involving non-reborrowing-cast-to-raw 2020-01-30 12:22:15 +01:00
illegal_read8.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_write1.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
illegal_write1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_write2.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
illegal_write2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_write3.rs Print more in SB error diagnostics 2022-03-16 20:12:04 -04:00
illegal_write3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_write4.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
illegal_write4.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_write5.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
illegal_write5.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
illegal_write6.rs Rustup to rustc 1.42.0-nightly (9ff30a781 2019-12-21) 2019-12-21 11:45:09 +01:00
illegal_write6.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
interior_mut1.rs test for new read rules 2019-05-21 15:43:18 +02:00
interior_mut1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
interior_mut2.rs test for new read rules 2019-05-21 15:43:18 +02:00
interior_mut2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalidate_against_barrier1.rs barriers are dead, long live protectors -- this enables overlapping two-phase borrows! 2019-04-17 16:02:57 +02:00
invalidate_against_barrier1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalidate_against_barrier2.rs barriers are dead, long live protectors -- this enables overlapping two-phase borrows! 2019-04-17 16:02:57 +02:00
invalidate_against_barrier2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
issue-miri-1050-1.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
issue-miri-1050-1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
issue-miri-1050-2.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
issue-miri-1050-2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
load_invalid_mut.rs make sure we find some things without validation or stacked borrows, respectively 2020-04-14 10:23:47 +02:00
load_invalid_mut.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
load_invalid_shr.rs make sure we find some things without validation or stacked borrows, respectively 2020-04-14 10:23:47 +02:00
load_invalid_shr.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
mut_exclusive_violation1.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
mut_exclusive_violation1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
mut_exclusive_violation2.rs test that creating a 2nd mutable ref from a NonNull invalidates the first 2019-04-18 14:43:25 +02:00
mut_exclusive_violation2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
outdated_local.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
outdated_local.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
pass_invalid_mut.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
pass_invalid_mut.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
pass_invalid_shr.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
pass_invalid_shr.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
pointer_smuggling.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
pointer_smuggling.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
raw_tracking.rs Print more in SB error diagnostics 2022-03-16 20:12:04 -04:00
raw_tracking.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
return_invalid_mut_option.rs make reborrow shallow, and fix tests for that 2019-08-02 08:09:22 +02:00
return_invalid_mut_option.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
return_invalid_mut_tuple.rs make reborrow shallow, and fix tests for that 2019-08-02 08:09:22 +02:00
return_invalid_mut_tuple.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
return_invalid_mut.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
return_invalid_mut.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
return_invalid_shr_option.rs make reborrow shallow, and fix tests for that 2019-08-02 08:09:22 +02:00
return_invalid_shr_option.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
return_invalid_shr_tuple.rs make reborrow shallow, and fix tests for that 2019-08-02 08:09:22 +02:00
return_invalid_shr_tuple.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
return_invalid_shr.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
return_invalid_shr.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
shared_rw_borrows_are_weak1.rs more tests -- also one showing why we are not done yet 2019-04-17 16:02:57 +02:00
shared_rw_borrows_are_weak1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
shared_rw_borrows_are_weak2.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
shared_rw_borrows_are_weak2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
shr_frozen_violation1.rs Print more in SB error diagnostics 2022-03-16 20:12:04 -04:00
shr_frozen_violation1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
static_memory_modification.rs Update all tests 2022-05-25 18:26:33 +00:00
static_memory_modification.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
transmute-is-no-escape.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
transmute-is-no-escape.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unescaped_local.rs adjust compile-fail error messages 2019-04-17 16:02:57 +02:00
unescaped_local.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
unescaped_static.rs test that we cannot access unescaped static memory with a raw ptr 2019-06-02 22:16:02 +02:00
unescaped_static.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
zst_slice.rs add -Zmiri-strict-provenance 2022-04-01 14:10:24 -04:00
zst_slice.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00