Skip to content

Commit 01cb9dc

Browse files
Rollup merge of rust-lang#106554 - LingMan:explanation_typo, r=compiler-errors
Fix a typo in the explanation of E0588
2 parents 64beb04 + dc0e420 commit 01cb9dc

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0588.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct Aligned(i32);
1111
struct Packed(Aligned);
1212
```
1313

14-
Just like you cannot have both `align` and `packed` representation hints on a
14+
Just like you cannot have both `align` and `packed` representation hints on the
1515
same type, a `packed` type cannot contain another type with the `align`
1616
representation hint. However, you can do the opposite:
1717

0 commit comments

Comments
 (0)