]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/extern-macro.rs
Move /src/test to /tests
[rust.git] / tests / ui / extern / extern-macro.rs
1 // #41719
2
3 fn main() {
4     enum Foo {}
5     let _ = Foo::bar!(); //~ ERROR failed to resolve: partially resolved path in a macro
6 }