]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-closure-lifetime.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / removed-syntax-closure-lifetime.stderr
index f52988cdb20e64bd6c6ba10a0c98cd39313e7057..a100f689fb8d2c75a18cb9ac3c533d53bc7e4b64 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `/`
   --> $DIR/removed-syntax-closure-lifetime.rs:1:22
    |
 LL | type closure = Box<lt/fn()>;
-   |                      ^ expected one of 7 possible tokens here
+   |                      ^ expected one of 7 possible tokens
 
 error: aborting due to previous error