]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-30007.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-30007.stderr
index fb069e8ff989305ccf0ab3e7e0f9c1d594b416b0..87e770e1543d5997ef3732c96eb1fa2a72b0d851 100644 (file)
@@ -1,7 +1,7 @@
 error: macro expansion ignores token `;` and any following
   --> $DIR/issue-30007.rs:2:20
    |
-LL |     () => ( String ; );     //~ ERROR macro expansion ignores token `;`
+LL |     () => ( String ; );
    |                    ^
 ...
 LL |     let i: Vec<t!()>;