Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ check-pass
#![deny(unused)]
#[derive()] // OK
struct _Bar;
pub fn main() {}