We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac9572 commit dc0e420Copy full SHA for dc0e420
compiler/rustc_error_codes/src/error_codes/E0588.md
@@ -11,7 +11,7 @@ struct Aligned(i32);
11
struct Packed(Aligned);
12
```
13
14
-Just like you cannot have both `align` and `packed` representation hints on a
+Just like you cannot have both `align` and `packed` representation hints on the
15
same type, a `packed` type cannot contain another type with the `align`
16
representation hint. However, you can do the opposite:
17
0 commit comments