]> git.lizzy.rs Git - rust.git/commit
fix codegen of drops of fields of packed structs
authorAriel Ben-Yehuda <ariel.byd@gmail.com>
Tue, 3 Oct 2017 14:01:01 +0000 (16:01 +0200)
committerAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Sun, 26 Nov 2017 14:12:42 +0000 (16:12 +0200)
commit06eb5a6645ff9faf8fbe553e73efaae00c70090a
tree129229c8ac98600887022d88c409853d13750bdb
parent3801c0594ce4aa5c59d7998e7b56766a2a2ef338
fix codegen of drops of fields of packed structs
src/librustc_mir/shim.rs
src/librustc_mir/transform/add_moves_for_packed_drops.rs [new file with mode: 0644]
src/librustc_mir/transform/check_unsafety.rs
src/librustc_mir/transform/mod.rs
src/librustc_mir/util/alignment.rs [new file with mode: 0644]
src/librustc_mir/util/mod.rs
src/test/mir-opt/packed-struct-drop-aligned.rs [new file with mode: 0644]
src/test/run-pass/packed-struct-drop-aligned.rs [new file with mode: 0644]