]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/associated-types-project-from-hrtb-explicit.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / associated-types-project-from-hrtb-explicit.stderr
index 17bd5b54738b9e8a05edbe55b9f775fe44f609c8..aa0fa0e3c0a5e2839bd204f7e154d825006c3bb5 100644 (file)
@@ -3,11 +3,6 @@ error: expected identifier, found keyword `for`
    |
 LL | fn foo2<I>(x: <I as for<'x> Foo<&'x isize>>::A)
    |                     ^^^ expected identifier, found keyword
-   |
-help: you can escape reserved keywords to use them as identifiers
-   |
-LL | fn foo2<I>(x: <I as r#for<'x> Foo<&'x isize>>::A)
-   |                     ^^^^^
 
 error: expected one of `::` or `>`, found `Foo`
   --> $DIR/associated-types-project-from-hrtb-explicit.rs:10:29