rust/src/test/ui/macros/macro-path-prelude-fail-2.stderr

10 lines
377 B
Plaintext
Raw Normal View History

error[E0433]: failed to resolve. partially resolved path in a macro
2018-05-14 03:22:52 +03:00
--> $DIR/macro-path-prelude-fail-2.rs:13:9
|
LL | Result::Ok!(); //~ ERROR failed to resolve. partially resolved path in a macro
| ^^^^^^^^^^ partially resolved path in a macro
error: aborting due to previous error
For more information about this error, try `rustc --explain E0433`.