Clean up E0512 explanation

This commit is contained in:
Guillaume Gomez 2020-04-10 13:19:49 +02:00
parent 1b521f5773
commit 1d01ce2392

View File

@ -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) {}