diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-04-10 18:15:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-10 18:15:26 +0200 |
| commit | d36991a400e314325284b8a0cd21591ae8eebadb (patch) | |
| tree | e1bc81e96b7cb325c554bccd0f4b8854dc7c3b42 /src/librustc_error_codes/error_codes | |
| parent | f699a55e4b4f2d7ee720aaf6d24f6040fee2dced (diff) | |
| parent | 1d01ce23922715f00c2c76f0b012a9ac35611774 (diff) | |
| download | rust-d36991a400e314325284b8a0cd21591ae8eebadb.tar.gz rust-d36991a400e314325284b8a0cd21591ae8eebadb.zip | |
Rollup merge of #70985 - GuillaumeGomez:cleanup-e0512, r=Dylan-DPC
Clean up E0512 explanation r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0512.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librustc_error_codes/error_codes/E0512.md b/src/librustc_error_codes/error_codes/E0512.md index c13c0511c75..00c09612285 100644 --- a/src/librustc_error_codes/error_codes/E0512.md +++ b/src/librustc_error_codes/error_codes/E0512.md @@ -1,5 +1,6 @@ -Transmute with two differently sized types was attempted. Erroneous code -example: +Transmute with two differently sized types was attempted. + +Erroneous code example: ```compile_fail,E0512 fn takes_u8(_: u8) {} |
