Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler
Stabilize `std::hint::unreachable_unchecked`. Closes #43751.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user