We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1b2fd2 + 4a8fa18 commit 4b0b6e3Copy full SHA for 4b0b6e3
src/librustc_middle/ty/layout.rs
@@ -2607,7 +2607,7 @@ where
2607
2608
// `Box` (`UniqueBorrowed`) are not necessarily dereferenceable
2609
// for the entire duration of the function as they can be deallocated
2610
- // any time. Set their valid size to 0.
+ // at any time. Set their valid size to 0.
2611
attrs.pointee_size = match kind {
2612
PointerKind::UniqueOwned => Size::ZERO,
2613
_ => pointee.size,
0 commit comments