1
Fork 0
rust/src/test/ui/extern/extern-macro.stderr

10 lines
369 B
Text
Raw Normal View History

error[E0433]: failed to resolve: partially resolved path in a macro
2018-05-14 03:22:52 +03:00
--> $DIR/extern-macro.rs:15:13
2018-08-08 14:28:26 +02:00
|
LL | let _ = Foo::bar!(); //~ ERROR failed to resolve: partially resolved path in a macro
| ^^^^^^^^ partially resolved path in a macro
2018-08-08 14:28:26 +02:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.