Rollup merge of #106554 - LingMan:explanation_typo, r=compiler-errors
Fix a typo in the explanation of E0588
This commit is contained in:
commit
01cb9dcd5b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ struct Aligned(i32);
|
|||
struct Packed(Aligned);
|
||||
```
|
||||
|
||||
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
|
||||
same type, a `packed` type cannot contain another type with the `align`
|
||||
representation hint. However, you can do the opposite:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue