]> git.lizzy.rs Git - rust.git/blob - src/test/ui/empty/empty-comment.stderr
Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviper
[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 note: while trying to match meta-variable `$fmt:expr`
11   --> $DIR/empty-comment.rs:6:6
12    |
13 LL |     ($fmt:expr) => (print!(concat!($fmt, "\n")));
14    |      ^^^^^^^^^
15
16 error: aborting due to previous error
17