]> git.lizzy.rs Git - rust.git/commit
selectively disable validation in compile-fail where appropriate. cargo test now...
authorRalf Jung <post@ralfj.de>
Wed, 2 Aug 2017 22:35:44 +0000 (15:35 -0700)
committerRalf Jung <post@ralfj.de>
Fri, 4 Aug 2017 01:13:23 +0000 (18:13 -0700)
commit4957031e3cf2333ae5c5519ffd03237eb4ca426c
tree2426d040d4a6aab851771dfbf313ebd22cd5fd7c
parent9458111681490cf8fcf1d7768f82a34ea9a89f4c
selectively disable validation in compile-fail where appropriate. cargo test now passes :)
tests/compile-fail/cast_box_int_to_fn_ptr.rs
tests/compile-fail/cast_int_to_fn_ptr.rs
tests/compile-fail/execute_memory.rs
tests/compile-fail/fn_ptr_offset.rs
tests/compile-fail/invalid_enum_discriminant.rs
tests/compile-fail/memleak_rc.rs
tests/compile-fail/static_memory_modification2.rs