Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
#![deny(unused_attributes)]
#[repr(C)]
#[repr(packed)]
pub struct Foo;
pub struct Bar;
fn main() { }