Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod foo {
default!(); // OK.
default do
//~^ ERROR `default` is not followed by an item
//~| ERROR expected item, found reserved keyword `do`
}