9 lines
233 B
Plaintext
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
|
|
|