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