]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/lifetimes.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / 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