summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-28625.stderr
blob: 7ee0cd4867073376b117e623128244eb087b9edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
  --> $DIR/issue-28625.rs:12:14
   |
LL |     unsafe { std::mem::transmute(a) }
   |              ^^^^^^^^^^^^^^^^^^^
   |
   = 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`.