]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/lifetimes.stderr
Stabilize macro_vis_matcher
[rust.git] / src / test / ui-fulldeps / lifetimes.stderr
1 error: expected type, found `'`
2   --> $DIR/lifetimes.rs:19:10
3    |
4 LL | type A = single_quote_alone!(); //~ ERROR expected type, found `'`
5    |          ^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8