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