blob: 6e91201405cc69dbc989567ed08f25f02f1d2dd1 [file] [log] [blame]
error: expected type, found `'`
--> $DIR/lifetimes.rs:9:10
|
LL | type A = single_quote_alone!();
| ^^^^^^^^^^^^^^^^^^^^^ this macro call doesn't expand to a type
error: aborting due to previous error