blob: 44361f15d8a982b47716be4bb8f21d70f6dce5c8 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/const-cast-wrong-type.rs:2:22
|
LL | const b: *const i8 = &a as *const i8;
| ^^^^^^^^^^^^^^^ expected `u8`, found `i8`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.