rust/src/test/ui/packed-struct/packed-struct-transmute.stderr
2018-08-14 11:12:11 +02:00

13 lines
389 B
Plaintext

error[E0512]: transmute called with types of different sizes
--> $DIR/packed-struct-transmute.rs:36:24
|
LL | let oof: Oof = mem::transmute(foo);
| ^^^^^^^^^^^^^^
|
= note: source type: Foo (N bits)
= note: target type: Oof (N bits)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0512`.