Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn assert_sizeof() -> ! {
unsafe {
::std::mem::transmute::<f64, [u8; 8]>(panic!())
//~^ ERROR mismatched types
}
fn main() { }