summary refs log tree commit diff
path: root/src/test/ui/issues/issue-32377.stderr
blob: 7168a000a02079f850b3cda78543db3ff5c84f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0512]: transmute called with types of different sizes
  --> $DIR/issue-32377.rs:25:14
   |
LL |     unsafe { mem::transmute(x) }
   |              ^^^^^^^^^^^^^^
   |
   = note: source type: [usize; 2] (N bits)
   = note: target type: Bar<U> (N bits)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0512`.