We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b4afe commit 3725e35Copy full SHA for 3725e35
src/libcore/mem/mod.rs
@@ -414,7 +414,7 @@ pub const fn needs_drop<T>() -> bool {
414
intrinsics::needs_drop::<T>()
415
}
416
417
-/// Returns the value of type `T` represented by the all-zeros bit-pattern.
+/// Returns the value of type `T` represented by the all-zero byte-pattern.
418
///
419
/// This means that, for example, the padding byte in `(u8, u16)` is not
420
/// necessarily zeroed.
0 commit comments