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.
1 parent 0118398 commit 72b3139Copy full SHA for 72b3139
src/libcore/mem.rs
@@ -209,7 +209,7 @@ pub fn forget<T>(t: T) {
209
/// The mutability of a pointer does not change its size. As such, `&T` and `&mut T`
210
/// have the same size. Likewise for `*const T` and `*mut T`.
211
///
212
-/// # Size of #[repr(C)] items
+/// # Size of `#[repr(C)]` items
213
214
/// The `C` representation for items has a defined layout. With this layout,
215
/// the size of items is also stable as long as all fields have a stable size.
0 commit comments