Skip to content

Commit

Permalink
Update src/librustc_error_codes/error_codes/E0634.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
  • Loading branch information
ayushmishra2005 and Dylan-DPC authored Mar 15, 2020
1 parent 5760db1 commit 2974685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0634.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct Company(i32);
struct Company(i32);
```

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
type to a given size, you should provide a size to packed:

```
Expand Down

0 comments on commit 2974685

Please sign in to comment.