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

9 lines
233 B
Plaintext

error: fail to resolve non-ident macro path
--> $DIR/macro-path-prelude-fail-2.rs:15:9
|
LL | Result::Ok!(); //~ ERROR fail to resolve non-ident macro path
| ^^^^^^^^^^
error: aborting due to previous error