Stabilize core::hint::unreachable_unchecked.

Closes #43751.
This commit is contained in:
kennytm
2018-04-12 21:47:38 +08:00
parent 3e70dfd655
commit 5fe8c59f12
6 changed files with 71 additions and 16 deletions

View File

@@ -457,6 +457,8 @@ pub use alloc_crate::vec;
pub use core::char;
#[stable(feature = "i128", since = "1.26.0")]
pub use core::u128;
#[stable(feature = "core_hint", since = "1.27.0")]
pub use core::hint;
pub mod f32;
pub mod f64;