]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-42755.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-42755.stderr
index 4b490f8e87f9c79e95605ef5c3bc572c2bfa635d..12047e22f1b026558110df25a2c9085145cd81a8 100644 (file)
@@ -1,7 +1,7 @@
 error: repetition matches empty token tree
   --> $DIR/issue-42755.rs:2:7
    |
-LL |     ($($p:vis)*) => {} //~ ERROR repetition matches empty token tree
+LL |     ($($p:vis)*) => {}
    |       ^^^^^^^^
 
 error: aborting due to previous error