]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-2.stderr
d23aed847a30c733ca73b9475abb8599b29c4a65
[rust.git] / src / test / ui / macros / macro-path-prelude-fail-2.stderr
1 error: fail to resolve non-ident macro path
2   --> $DIR/macro-path-prelude-fail-2.rs:15:9
3    |
4 LL |         Result::Ok!(); //~ ERROR fail to resolve non-ident macro path
5    |         ^^^^^^^^^^
6
7 error: aborting due to previous error
8