4 lines
104 B
Rust
4 lines
104 B
Rust
fn main() {
|
|
let _b = unsafe { std::mem::transmute::<u8, bool>(2) }; //~ ERROR: expected a boolean
|
|
}
|