]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-66357-unexpected-unreachable.stderr
Bless tests
[rust.git] / src / test / ui / parser / issue-66357-unexpected-unreachable.stderr
index 5549f73920d4f5fca1f11c9bfce1cbf3dfafc1f9..c3810999d239509f6100bfbbe04b387e5a94b8ef 100644 (file)
@@ -4,7 +4,7 @@ error: expected one of `,` or `:`, found `(`
 LL | fn f() { |[](* }
    |             ^ expected one of `,` or `:`
 
-error: expected one of `&`, `(`, `)`, `-`, `...`, `..=`, `..`, `[`, `_`, `box`, `const`, `mut`, `ref`, `|`, identifier, or path, found `*`
+error: expected one of `&`, `(`, `)`, `-`, `...`, `..=`, `..`, `[`, `_`, `box`, `mut`, `ref`, `|`, identifier, or path, found `*`
   --> $DIR/issue-66357-unexpected-unreachable.rs:14:14
    |
 LL | fn f() { |[](* }