rust/tests/compile-fail/unaligned_pointers
2020-06-20 14:34:57 +02:00
..
alignment.rs fix comment in alignment test 2020-04-14 09:50:20 +02:00
atomic_unaligned.rs
dyn_alignment.rs some UB gets masked by optimizations 2020-04-18 09:15:59 +02:00
intptrcast_alignment_check.rs fix comment in alignment test 2020-04-14 09:50:20 +02:00
reference_to_packed.rs
unaligned_ptr1.rs make sure we find some things without validation or stacked borrows, respectively 2020-04-14 10:23:47 +02:00
unaligned_ptr2.rs make sure we find some things without validation or stacked borrows, respectively 2020-04-14 10:23:47 +02:00
unaligned_ptr3.rs make sure we find some things without validation or stacked borrows, respectively 2020-04-14 10:23:47 +02:00
unaligned_ptr_addr_of.rs unaligned-raw-deref is always UB 2020-06-20 14:34:57 +02:00
unaligned_ptr_zst.rs