We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3740b00 commit 3a3a085Copy full SHA for 3a3a085
src/doc/unstable-book/src/language-features/rustc-attrs.md
@@ -14,7 +14,7 @@ with `cargo check`) as an alternative to `rustc -Z print-type-sizes`
14
that is way more verbose.
15
16
Options provided by `#[rustc_layout(...)]` are `debug`, `size`, `align`,
17
-`abi`. Note that it only work best with sized type without generics.
+`abi`. Note that it only works on sized types without generics.
18
19
## Examples
20
0 commit comments