2018-05-13 16:01:56 -05:00
|
|
|
error: expected type, found `'`
|
2019-08-26 19:48:48 -05:00
|
|
|
--> $DIR/lifetimes.rs:7:10
|
2018-05-13 16:01:56 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | type A = single_quote_alone!();
|
2021-01-31 14:21:28 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
| |
|
|
|
|
| expected type
|
|
|
|
| this macro call doesn't expand to a type
|
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `single_quote_alone` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-05-13 16:01:56 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|