]> git.lizzy.rs Git - rust.git/commit
move some compile-fail tests to a more appropriate location
authorRalf Jung <post@ralfj.de>
Mon, 23 May 2022 09:27:20 +0000 (11:27 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 23 May 2022 09:28:33 +0000 (11:28 +0200)
commit6e7a8c017abaea2d3dacf21b50d27c33f7e8bfde
treefcd1c6d9d09d480430ff7e3a6643c48e7c6ee02f
parentab03d32622e7eb44866e178e1180651dd39f73d0
move some compile-fail tests to a more appropriate location
tests/compile-fail/ptr_integer_transmute.rs [deleted file]
tests/compile-fail/uninit_float.rs [deleted file]
tests/compile-fail/uninit_integer.rs [deleted file]
tests/compile-fail/uninit_integer_signed.rs [deleted file]
tests/compile-fail/validity/ptr_integer_transmute.rs [new file with mode: 0644]
tests/compile-fail/validity/uninit_float.rs [new file with mode: 0644]
tests/compile-fail/validity/uninit_integer.rs [new file with mode: 0644]
tests/compile-fail/validity/uninit_integer_signed.rs [new file with mode: 0644]