Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler

Stabilize `std::hint::unreachable_unchecked`.

Closes #43751.
This commit is contained in:
kennytm
2018-04-24 11:57:04 +08:00
committed by GitHub
6 changed files with 71 additions and 16 deletions

View File

@@ -461,6 +461,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;