error: the constant `ASSUME` is not of type `Assume` --> $DIR/wrong-adt-assume.rs:14:9 | LL | u8: TransmuteFrom, | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Assume`, found `NotAssume` | note: required by a const generic parameter in `TransmuteFrom` --> $SRC_DIR/core/src/mem/transmutability.rs:LL:COL error: aborting due to 1 previous error