]> git.lizzy.rs Git - rust.git/commit
Stabilize core::hint::unreachable_unchecked.
authorkennytm <kennytm@gmail.com>
Thu, 12 Apr 2018 13:47:38 +0000 (21:47 +0800)
committerkennytm <kennytm@gmail.com>
Mon, 16 Apr 2018 10:29:40 +0000 (18:29 +0800)
commit5fe8c59f1219705ea54f842f9868ad0017643a33
tree7064fbd65a6788fc62b571646e227fee40580b43
parent3e70dfd65542a09db3a5ae31e6334a0f7cc20035
Stabilize core::hint::unreachable_unchecked.

Closes #43751.
src/libcore/hint.rs [new file with mode: 0644]
src/libcore/intrinsics.rs
src/libcore/lib.rs
src/libcore/macros.rs
src/libcore/mem.rs
src/libstd/lib.rs