Skip to content

Commit 2974685

Browse files
Update src/librustc_error_codes/error_codes/E0634.md
Co-Authored-By: Dylan DPC <[email protected]>
1 parent 5760db1 commit 2974685

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0634.md

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

14-
You cannot use conflicting `packed` hint on a same type. If you want to pack a
14+
You cannot use conflicting `packed` hints on a same type. If you want to pack a
1515
type to a given size, you should provide a size to packed:
1616

1717
```

0 commit comments

Comments
 (0)