]> git.lizzy.rs Git - rust.git/commit
make sure we find some things without validation or stacked borrows, respectively
authorRalf Jung <post@ralfj.de>
Tue, 14 Apr 2020 08:03:10 +0000 (10:03 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 14 Apr 2020 08:23:47 +0000 (10:23 +0200)
commite6822d60b3e2cc63ff0ae4603b1021cd0fb4dae8
tree3ff076728efbb16fbeed00f7f171fa3700ebe64f
parent179e78d0ad95c60689f0df4cc6e3491b53b586ad
make sure we find some things without validation or stacked borrows, respectively
tests/compile-fail/stacked_borrows/load_invalid_mut.rs
tests/compile-fail/stacked_borrows/load_invalid_shr.rs
tests/compile-fail/unaligned_pointers/unaligned_ptr1.rs
tests/compile-fail/unaligned_pointers/unaligned_ptr2.rs
tests/compile-fail/unaligned_pointers/unaligned_ptr3.rs
tests/compile-fail/validity/dangling_ref1.rs
tests/compile-fail/validity/dangling_ref2.rs
tests/compile-fail/validity/dangling_ref3.rs