]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1465 - nbdd0121:patch-1, r=RalfJung
authorbors <bors@rust-lang.org>
Fri, 3 Jul 2020 06:06:37 +0000 (06:06 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Jul 2020 06:06:37 +0000 (06:06 +0000)
commit86a7c555ed5577d08c37fe1a0d7664d105620a29
treeaadb0d0972d8401880fa7633c5aede4ca83fd632
parente7ef64fb7477cc77d5b32e7060690c0c9c54015b
parentc5b324b031c1152c558737928cb345d07a1e5b82
Auto merge of #1465 - nbdd0121:patch-1, r=RalfJung

Remove likely and unlikely from intrinsics shim

They are now implemented in MIR interpreter by rust-lang/rust#73778