We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2a7da commit 6f21ba4Copy full SHA for 6f21ba4
library/core/src/intrinsics.rs
@@ -959,8 +959,7 @@ extern "rust-intrinsic" {
959
#[rustc_safe_intrinsic]
960
pub fn assert_zero_valid<T>();
961
962
- /// A guard for `std::mem::uninitialized`. Checks whether a repeated bit pattern `0x01`
963
- /// is legal for `T`: This will statically either panic, or do nothing.
+ /// A guard for `std::mem::uninitialized`. This will statically either panic, or do nothing.
964
///
965
/// This intrinsic does not have a stable counterpart.
966
#[rustc_const_unstable(feature = "const_assert_type2", issue = "none")]
0 commit comments