]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/lifetimes.stderr
Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obk
[rust.git] / src / test / ui / proc-macro / lifetimes.stderr
1 error: expected type, found `'`
2   --> $DIR/lifetimes.rs:7:10
3    |
4 LL | type A = single_quote_alone!();
5    |          ^^^^^^^^^^^^^^^^^^^^^
6    |          |
7    |          expected type
8    |          this macro call doesn't expand to a type
9    |
10    = note: this error originates in the macro `single_quote_alone` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13