From: Corey Farwell Date: Thu, 9 Feb 2017 17:14:24 +0000 (-0500) Subject: Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=bluss X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=55c17a599432aef3b725663a482c853f0263e183;p=rust.git Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=bluss Fix unaligned load in librustc_metadata::index. The derived `Clone` impl contains UB and will be unsafe when we fix https://github.com/rust-lang/rust/issues/27060. See [this comment](https://github.com/rust-lang/rust/issues/27060#issuecomment-278617096) for more context. r? @bluss --- 55c17a599432aef3b725663a482c853f0263e183