2018-08-08 07:28:26 -05:00
|
|
|
error: unexpected end of macro invocation
|
|
|
|
--> $DIR/empty-comment.rs:20:5
|
|
|
|
|
|
2018-10-24 13:34:23 -05:00
|
|
|
LL | macro_rules! one_arg_macro {
|
|
|
|
| -------------------------- when calling this macro
|
2018-10-23 19:18:14 -05:00
|
|
|
...
|
2018-10-24 13:34:23 -05:00
|
|
|
LL | one_arg_macro!(/**/); //~ ERROR unexpected end
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ unexpected end of macro invocation
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|