]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/missing_right_paren.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / missing_right_paren.stderr
index d67e7c88912a5ae2b9641eaf5019d5ebb9c7b593..c1ceb81a07c477f738f30da8926fbc0003bb94cd 100644 (file)
@@ -22,5 +22,11 @@ error: expected one of `:` or `|`, found `)`
 LL | fn main((ؼ
    |           ^ expected one of `:` or `|`
 
-error: aborting due to 3 previous errors
+error: expected `;` or `{`, found `<eof>`
+  --> $DIR/missing_right_paren.rs:3:11
+   |
+LL | fn main((ؼ
+   |           ^ expected `;` or `{`
+
+error: aborting due to 4 previous errors