1error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
2  --> $DIR/transmute-equal-assoc-types.rs:6:5
3   |
4LL |     ::std::mem::transmute(foo)
5   |     ^^^^^^^^^^^^^^^^^^^^^
6   |
7   = note: `<F as Foo>::Bar` does not have a fixed size
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0512`.
12