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

10 lines
368 B
Plaintext
Raw Normal View History

error[E0433]: failed to resolve: partially resolved path in a macro
2018-12-25 09:56:47 -06:00
--> $DIR/extern-macro.rs:5: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`.