Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// unit-test: ConstProp
// EMIT_MIR cast.main.ConstProp.diff
fn main() {
let x = 42u8 as u32;
let y = 42u32 as u8;
}