]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/bounds-lifetime-where-1.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / bounds-lifetime-where-1.stderr
index 0300fe98910166e068f0ccc5e63f79254a94c248..b6bd866938bed6db56512807ef17ab61f06147bf 100644 (file)
@@ -1,7 +1,7 @@
 error: expected `:`, found `;`
   --> $DIR/bounds-lifetime-where-1.rs:1:16
    |
-LL | type A where 'a; //~ ERROR expected `:`, found `;`
+LL | type A where 'a;
    |                ^ expected `:`
 
 error: aborting due to previous error