Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-fail
//@ ignore-wasm32
//@ error-pattern:location-mul-overflow.rs
fn main() {
let _: u8 = 255 * &2;
}