summary refs log tree commit diff
path: root/src/test/ui/proc-macro/lifetimes.stderr
blob: 6baf2b16998f17e62b27c12e3862a11dede4f989 (plain)
1
2
3
4
5
6
7
8
error: expected type, found `'`
  --> $DIR/lifetimes.rs:19:10
   |
LL | type A = single_quote_alone!(); //~ ERROR expected type, found `'`
   |          ^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error