]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-6610.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / issue-6610.stderr
index 22d93bffeadeddd0f4b3ea316482cb1a2f22ae61..a98042089466435485cbb380bd2fac82386d16d6 100644 (file)
@@ -2,7 +2,11 @@ error: expected `;` or `{`, found `}`
   --> $DIR/issue-6610.rs:1:20
    |
 LL | trait Foo { fn a() }
-   |                    ^ expected `;` or `{`
+   |           -        ^
+   |           |        |
+   |           |        expected `;` or `{`
+   |           |        the item list ends here
+   |           while parsing this item list starting here
 
 error: aborting due to previous error