diff options
| author | Ayush Mishra <ayushmishra2005@gmail.com> | 2020-03-15 06:49:54 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-15 06:49:54 +0530 |
| commit | 2974685f09d7123c1605028dc1ae2422589d0f15 (patch) | |
| tree | f9117ada970212fb85311bff3db078f9b077c7b3 /src/librustc_error_codes/error_codes | |
| parent | 5760db14f91352d543fe352c989faa80606e7a0a (diff) | |
| download | rust-2974685f09d7123c1605028dc1ae2422589d0f15.tar.gz rust-2974685f09d7123c1605028dc1ae2422589d0f15.zip | |
Update src/librustc_error_codes/error_codes/E0634.md
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0634.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0634.md b/src/librustc_error_codes/error_codes/E0634.md index 9f61d882cb1..0c4ed2596e2 100644 --- a/src/librustc_error_codes/error_codes/E0634.md +++ b/src/librustc_error_codes/error_codes/E0634.md @@ -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: ``` |
