Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[inline()] //~ ERROR E0534
pub fn something() {}
fn main() {
something();
}