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

9 lines
214 B
Plaintext
Raw Normal View History

error: expected type, found `'`
2018-12-25 09:56:47 -06:00
--> $DIR/lifetimes.rs:9:10
|
LL | type A = single_quote_alone!(); //~ ERROR expected type, found `'`
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error