We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18890f0 commit 706132dCopy full SHA for 706132d
compiler/rustc_error_codes/src/error_codes/E0587.md
@@ -11,6 +11,6 @@ You cannot use `packed` and `align` hints on a same type. If you want to pack a
11
type to a given size, you should provide a size to packed:
12
13
```
14
-#[repr(packed)] // ok!
+#[repr(packed(8))] // ok!
15
struct Umbrella(i32);
16
0 commit comments