]> git.lizzy.rs Git - rust.git/blob - src/test/ui/empty/empty-comment.stderr
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
[rust.git] / src / test / ui / empty / empty-comment.stderr
1 error: unexpected end of macro invocation
2   --> $DIR/empty-comment.rs:10:5
3    |
4 LL | macro_rules! one_arg_macro {
5    | -------------------------- when calling this macro
6 ...
7 LL |     one_arg_macro!(/**/);
8    |     ^^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
9
10 error: aborting due to previous error
11