]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #53991 - TimDiekmann:fix-unchecked-intrinsics, r=oli-obk
authorkennytm <kennytm@gmail.com>
Fri, 7 Sep 2018 05:47:24 +0000 (13:47 +0800)
committerkennytm <kennytm@gmail.com>
Fri, 7 Sep 2018 10:13:59 +0000 (18:13 +0800)
commitdcca8e86b1db4ef4fe4e6ec764b02f041e6dc159
tree2e25f39f9ccafe5b77cd4f5f6ef5e0351de98b90
parent9b70ef7780ee3afdf68700b64327353babae9310
parent43eb9259ec92561033969118d1cc071a91f86084
Rollup merge of #53991 - TimDiekmann:fix-unchecked-intrinsics, r=oli-obk

Add unchecked_shl/shr check for intrinsics to fix miri's test suit

r? @RalfJung

cc @oli-obk

#53697 broke miri's test suite as described in [this comment](https://github.com/rust-lang/rust/pull/53697#issuecomment-419034668). This PR adds test for the `unchecked_shr/shl` for the intrinsics.