We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b247253 + 706132d commit 85dc93bCopy full SHA for 85dc93b
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