9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
|
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
|
||
|
|