]> git.lizzy.rs Git - rust.git/commit
rename tests: undefined -> uninit
authorRalf Jung <post@ralfj.de>
Mon, 27 Apr 2020 10:27:56 +0000 (12:27 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 27 Apr 2020 10:32:03 +0000 (12:32 +0200)
commita5ddaa07eb79ff6288a686aa17b134116eab4eb8
tree8ca12b70587291e6b4b12d2dde7fb1d689975696
parentda940eb91fd55c2f21072817343b90575890196c
rename tests: undefined -> uninit
tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_undefined.rs [deleted file]
tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_uninit.rs [new file with mode: 0644]
tests/compile-fail/transmute-pair-undef.rs [deleted file]
tests/compile-fail/transmute-pair-uninit.rs [new file with mode: 0644]
tests/compile-fail/undefined_buffer.rs [deleted file]
tests/compile-fail/undefined_byte_read.rs [deleted file]
tests/compile-fail/uninit_buffer.rs [new file with mode: 0644]
tests/compile-fail/uninit_byte_read.rs [new file with mode: 0644]
tests/run-pass/move-undef-primval.rs [deleted file]
tests/run-pass/move-uninit-primval.rs [new file with mode: 0644]