We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5760db1 commit 2974685Copy full SHA for 2974685
src/librustc_error_codes/error_codes/E0634.md
@@ -11,7 +11,7 @@ struct Company(i32);
11
struct Company(i32);
12
```
13
14
-You cannot use conflicting `packed` hint on a same type. If you want to pack a
+You cannot use conflicting `packed` hints on a same type. If you want to pack a
15
type to a given size, you should provide a size to packed:
16
17
0 commit comments