]> git.lizzy.rs Git - rust.git/commit
make sure our disable flags do not miss all bugs; move type-assert intrinsic tests...
authorRalf Jung <post@ralfj.de>
Tue, 14 Apr 2020 07:58:58 +0000 (09:58 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 14 Apr 2020 08:23:47 +0000 (10:23 +0200)
commit179e78d0ad95c60689f0df4cc6e3491b53b586ad
treec4a10c9386b26fc3cc935a76bc4070643597d673
parent03715907f46f79250904c799a59b87c26c2b0377
make sure our disable flags do not miss all bugs; move type-assert intrinsic tests to their folder
tests/compile-fail/dangling_pointers/dangling_pointer_deref.rs
tests/compile-fail/dangling_pointers/dangling_zst_deref.rs
tests/compile-fail/intrinsics/uninit_uninhabited_type.rs [new file with mode: 0644]
tests/compile-fail/intrinsics/zero_fn_ptr.rs [new file with mode: 0644]
tests/compile-fail/invalid_bool.rs
tests/compile-fail/invalid_char.rs
tests/compile-fail/invalid_enum_discriminant.rs
tests/compile-fail/invalid_int.rs [new file with mode: 0644]
tests/compile-fail/invalid_zero_init.rs [deleted file]
tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_undefined.rs
tests/compile-fail/uninit_uninhabited_type.rs [deleted file]