]> git.lizzy.rs Git - rust.git/commit
Use the right type for drop flag datums
authorBjörn Steinbrink <bsteinbr@gmail.com>
Thu, 6 Aug 2015 05:43:46 +0000 (07:43 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Thu, 6 Aug 2015 05:43:46 +0000 (07:43 +0200)
commit38d627fe480c92e6123cff7c2f050b1943c89d64
treed4bc7dee05bd3727dabb654f8d3727763624a02c
parent4278b5f03bbc5808a7b611ae8353db6817c58792
Use the right type for drop flag datums

The drop flags are Lvalue (and thus ByRef) datums that hold a u8 value,
so their value type should be u8, not a pointer to u8.
src/librustc_trans/trans/base.rs