blob: 22f8db4d3870f796c1f7f3af2dbfbeab807ff4ff [file] [log] [blame]
error[E0512]: transmute called with types of different sizes
--> $DIR/issue-28625.rs:22:14
|
LL | unsafe { std::mem::transmute(a) } //~ ERROR transmute called with types of different sizes
| ^^^^^^^^^^^^^^^^^^^
|
= note: source type: &ArrayPeano<T> (N bits)
= note: target type: &[T] (N bits)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0512`.