Update src/librustc_error_codes/error_codes/E0634.md
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
This commit is contained in:
parent
5760db14f9
commit
2974685f09
@ -11,7 +11,7 @@ struct Company(i32);
|
|||||||
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:
|
type to a given size, you should provide a size to packed:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user