Rollup merge of #70985 - GuillaumeGomez:cleanup-e0512, r=Dylan-DPC
Clean up E0512 explanation r? @Dylan-DPC
This commit is contained in:
commit
d36991a400
@ -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) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user