]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-44021.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-44021.stderr
index 03f11312d46551f3378d55601df79e06c6ac841a..94500087e55366a45a68f02263dcebe41cd58cd7 100644 (file)
@@ -1,7 +1,7 @@
 error: expected one of `:`, `@`, or `|`, found `}`
   --> $DIR/issue-44021.rs:3:18
    |
-LL |     fn f() {|x, y} //~ ERROR expected one of `:`, `@`, or `|`, found `}`
+LL |     fn f() {|x, y}
    |                  ^ expected one of `:`, `@`, or `|` here
 
 error: aborting due to previous error