error[E0308]: mismatched types --> $DIR/wrong-type-assume.rs:36:51 | LL | assert::is_transmutable::(); | ^^^ expected `bool`, found `u8` error[E0308]: mismatched types --> $DIR/wrong-type-assume.rs:37:58 | LL | assert::is_transmutable::(); | ^^^ expected `bool`, found `u8` error[E0308]: mismatched types --> $DIR/wrong-type-assume.rs:38:65 | LL | assert::is_transmutable::(); | ^^^ expected `bool`, found `u8` error[E0308]: mismatched types --> $DIR/wrong-type-assume.rs:39:72 | LL | assert::is_transmutable::(); | ^^^ expected `bool`, found `u8` error: aborting due to 4 previous errors For more information about this error, try `rustc --explain E0308`.