Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// #41719
fn main() {
enum Foo {}
let _ = Foo::bar!(); //~ ERROR failed to resolve: partially resolved path in a macro
}