mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-11 06:24:24 +00:00
less specific wording
This commit is contained in:
parent
8b2a7da3b0
commit
6f21ba4a06
@ -959,8 +959,7 @@ extern "rust-intrinsic" {
|
|||||||
#[rustc_safe_intrinsic]
|
#[rustc_safe_intrinsic]
|
||||||
pub fn assert_zero_valid<T>();
|
pub fn assert_zero_valid<T>();
|
||||||
|
|
||||||
/// A guard for `std::mem::uninitialized`. Checks whether a repeated bit pattern `0x01`
|
/// A guard for `std::mem::uninitialized`. This will statically either panic, or do nothing.
|
||||||
/// is legal for `T`: This will statically either panic, or do nothing.
|
|
||||||
///
|
///
|
||||||
/// This intrinsic does not have a stable counterpart.
|
/// This intrinsic does not have a stable counterpart.
|
||||||
#[rustc_const_unstable(feature = "const_assert_type2", issue = "none")]
|
#[rustc_const_unstable(feature = "const_assert_type2", issue = "none")]
|
||||||
|
Loading…
Reference in New Issue
Block a user