]> git.lizzy.rs Git - rust.git/blob - src/test/ui/empty/empty-comment.stderr
Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' 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