]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pat-ranges-3.stderr
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / ui / parser / pat-ranges-3.stderr
1 error: expected one of `:`, `;`, `=`, or `|`, found `+`
2   --> $DIR/pat-ranges-3.rs:4:19
3    |
4 LL |     let 10 ..= 10 + 3 = 12;
5    |                   ^ expected one of `:`, `;`, `=`, or `|`
6
7 error: aborting due to previous error
8