]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-3036.stderr
Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic
[rust.git] / src / test / ui / parser / issue-3036.stderr
1 error: expected `;`, found ``}``
2   --> $DIR/issue-3036.rs:5:14
3    |
4 LL |     let x = 3
5    |              ^ help: add `;` here
6 LL | }
7    | - unexpected token
8
9 error: aborting due to previous error
10