]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/empty/empty-comment.stderr
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
[rust.git] / src / test / ui / empty / empty-comment.stderr
index 116cc83fa9ce5ef756a5e682ca07a5c2b374a623..f583dbbdc64f8e4f0d0b0274d394ca8379762427 100644 (file)
@@ -5,7 +5,7 @@ LL | macro_rules! one_arg_macro {
    | -------------------------- when calling this macro
 ...
 LL |     one_arg_macro!(/**/);
-   |     ^^^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
+   |     ^^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
 
 error: aborting due to previous error