blob: 10acd4304aa231a9536879065ee6cf631d26d03b (
plain)
1
2
3
4
5
6
7
8
|
error: expected type, found `'`
--> $DIR/lifetimes.rs:7:10
|
LL | type A = single_quote_alone!();
| ^^^^^^^^^^^^^^^^^^^^^ this macro call doesn't expand to a type
error: aborting due to previous error
|