rust/tests/ui/proc-macro/lifetimes.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
413 B
Plaintext
Raw Normal View History

error: expected type, found `'`
--> $DIR/lifetimes.rs:7:10
|
2019-03-09 12:03:44 +00:00
LL | type A = single_quote_alone!();
| ^^^^^^^^^^^^^^^^^^^^^
| |
| expected type
| this macro call doesn't expand to a type
|
= note: this error originates in the macro `single_quote_alone` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error