summary refs log tree commit diff
path: root/src/test/ui/empty/empty-comment.stderr
blob: d6990c4eaeb8f2f40ebb394c7a01c564431e60a8 (plain)
1
2
3
4
5
6
7
8
error: unexpected end of macro invocation
  --> $DIR/empty-comment.rs:20:5
   |
LL |     one_arg_macro!(/**/); //~ ERROR unexpected end
   |     ^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error