Skip to content

Commit 6f21ba4

Browse files
authored
less specific wording
1 parent 8b2a7da commit 6f21ba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/core/src/intrinsics.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -959,8 +959,7 @@ extern "rust-intrinsic" {
959959
#[rustc_safe_intrinsic]
960960
pub fn assert_zero_valid<T>();
961961

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.
962+
/// A guard for `std::mem::uninitialized`. This will statically either panic, or do nothing.
964963
///
965964
/// This intrinsic does not have a stable counterpart.
966965
#[rustc_const_unstable(feature = "const_assert_type2", issue = "none")]

0 commit comments

Comments
 (0)