rust/src/test/ui/proc-macro/lifetimes.stderr

9 lines
215 B
Plaintext
Raw Normal View History

error: expected type, found `'`
--> $DIR/lifetimes.rs:19:10
|
LL | type A = single_quote_alone!(); //~ ERROR expected type, found `'`
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error