summaryrefslogtreecommitdiffstats
path: root/tests/ui/extern/extern-macro.rs
blob: ab974e628ff1966afe8b6034259a9b8f6dd99e4d (plain)
1
2
3
4
5
6
// #41719

fn main() {
    enum Foo {}
    let _ = Foo::bar!(); //~ ERROR failed to resolve: partially resolved path in a macro
}