rust/tests/ui/parser/issues/issue-7970b.stderr

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

9 lines
203 B
Plaintext
Raw Normal View History

2018-07-15 21:11:54 +00:00
error: unexpected end of macro invocation
2018-12-25 15:56:47 +00:00
--> $DIR/issue-7970b.rs:3:1
2018-07-15 21:11:54 +00:00
|
LL | macro_rules! test {}
| ^^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
2018-07-15 21:11:54 +00:00
error: aborting due to previous error