]> git.lizzy.rs Git - rust.git/commit
review failing compile-fail tests
authorRalf Jung <post@ralfj.de>
Tue, 23 Jul 2019 21:25:06 +0000 (23:25 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 23 Jul 2019 21:25:06 +0000 (23:25 +0200)
commit3c1ab7819698b374d833e8818e39ef011a48eb83
tree81449fda7baf68f4a533b4decc20c6822d208b4e
parentc094d42504c41ebd4e452542f3fa2cbc303fc975
review failing compile-fail tests
22 files changed:
tests/compile-fail/bitop-beyond-alignment.rs [deleted file]
tests/compile-fail/cast_box_int_to_fn_ptr.rs
tests/compile-fail/cast_int_to_fn_ptr.rs
tests/compile-fail/getrandom.rs [deleted file]
tests/compile-fail/pointer_byte_read.rs [new file with mode: 0644]
tests/compile-fail/pointer_byte_read_1.rs [deleted file]
tests/compile-fail/pointer_byte_read_2.rs [deleted file]
tests/compile-fail/ptr_bitops1.rs [deleted file]
tests/compile-fail/ptr_bitops2.rs [deleted file]
tests/compile-fail/ptr_eq_dangling.rs [deleted file]
tests/compile-fail/ptr_eq_integer.rs [deleted file]
tests/compile-fail/ptr_eq_out_of_bounds.rs [deleted file]
tests/compile-fail/ptr_eq_out_of_bounds_null.rs [deleted file]
tests/compile-fail/ptr_int_cast.rs [deleted file]
tests/compile-fail/ptr_offset_int_plus_int.rs
tests/compile-fail/ptr_offset_int_plus_ptr.rs
tests/compile-fail/ptr_rem.rs [deleted file]
tests/compile-fail/ptr_wrapping_offset_int_plus_ptr.rs [deleted file]
tests/compile-fail/validity/dangling_ref1.rs
tests/compile-fail/wild_pointer_deref.rs
tests/run-pass/bitop-beyond-alignment.rs [new file with mode: 0644]
tests/run-pass/intptrcast.rs