Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod foo { pub fn bar() {} }
fn main() {
match () {
foo::bar => {}
//~^ ERROR expected unit struct, unit variant or constant, found function `foo::bar`
}