2018-05-13 21:01:56 +00:00
|
|
|
error: expected type, found `'`
|
2019-08-27 00:48:48 +00:00
|
|
|
--> $DIR/lifetimes.rs:7:10
|
2018-05-13 21:01:56 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | type A = single_quote_alone!();
|
2021-01-31 20:21:28 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
| |
|
|
|
|
| expected type
|
|
|
|
| this macro call doesn't expand to a type
|
|
|
|
|
|
2021-02-13 19:52:25 +00: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 21:01:56 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-05-13 21:01:56 +00:00
|
|
|
|