Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// no-prefer-dynamic
// compile-flags: --emit=metadata
#![crate_type="rlib"]
pub struct Foo {
pub field: i32,
}