]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/bad-name.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / bad-name.stderr
index dce4dabedf5c87fb3418a3785fe858aaed9559d5..a36b67794fa840a10a330e6fbd19f287ac00d3f7 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `:`, `;`, `=`, `@`, or `|`, found `.`
   --> $DIR/bad-name.rs:4:8
    |
 LL |   let x.y::<isize>.z foo;
-   |        ^ expected one of `:`, `;`, `=`, `@`, or `|` here
+   |        ^ expected one of `:`, `;`, `=`, `@`, or `|`
 
 error: aborting due to previous error