]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-10636-2.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / issue-10636-2.stderr
1 error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;`
2   --> $DIR/issue-10636-2.rs:5:25
3    |
4 LL |     option.map(|some| 42;
5    |               -         ^ help: `)` may belong here
6    |               |
7    |               unclosed delimiter
8
9 error: expected expression, found `)`
10   --> $DIR/issue-10636-2.rs:8:1
11    |
12 LL | }
13    | ^ expected expression
14
15 error: aborting due to 2 previous errors
16