]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/lifetimes.stderr
Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPC
[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    |          ^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8