Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use std::mem;
fn main() {
mem::transmute(0);
//~^ ERROR type annotations needed [E0282]
}