]> git.lizzy.rs Git - rust.git/blob - src/test/ui/empty/empty-comment.stderr
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
[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