rust/src/test/ui/extern/extern-macro.stderr

10 lines
369 B
Plaintext
Raw Normal View History

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