2018-11-13 17:52:26 -06:00
|
|
|
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
|
|
|
|
|
2018-11-13 17:52:26 -06:00
|
|
|
LL | let _ = Foo::bar!(); //~ ERROR failed to resolve: partially resolved path in a macro
|
2018-11-10 09:58:37 -06:00
|
|
|
| ^^^^^^^^ partially resolved path in a macro
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-11-10 09:58:37 -06:00
|
|
|
For more information about this error, try `rustc --explain E0433`.
|