]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/lifetimes.stderr
Rollup merge of #63425 - Mark-Simulacrum:clean-stability-doc, r=eddyb
[rust.git] / src / test / ui / proc-macro / lifetimes.stderr
1 error: expected type, found `'`
2   --> $DIR/lifetimes.rs:9:10
3    |
4 LL | type A = single_quote_alone!();
5    |          ^^^^^^^^^^^^^^^^^^^^^ this macro call doesn't expand to a type
6
7 error: aborting due to previous error
8