]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macro-path-prelude-fail-2.stderr
Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung
[rust.git] / src / test / ui / 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