2018-05-13 16:01:56 -05:00
|
|
|
error: expected type, found `'`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lifetimes.rs:9:10
|
2018-05-13 16:01:56 -05:00
|
|
|
|
|
|
|
|
LL | type A = single_quote_alone!(); //~ ERROR expected type, found `'`
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|