error[E0512]: cannot transmute between types of different sizes, or dependently-sized types --> $DIR/normalization-failure.rs:50:9 | LL | std::mem::transmute::<_, ()>(opaque::().get()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: source type: `::Assoc2` (unable to determine layout for `::Assoc2` because `::Assoc2` cannot be normalized) = note: target type: `()` (0 bits) error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0512`.