Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use std::mem;
static FOO: bool = unsafe { mem::transmute(3u8) };
//~^ ERROR it is undefined behavior to use this value
fn main() {}