blob: 48db0d5e2023d6ad6906ac7a6b6ec4181f67b5cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: compilation successful
--> $DIR/issue-37510.rs:16:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | let opt = Some(92);
LL | | let mut x = 62;
LL | |
... |
LL | | }
LL | | }
| |_^
error: aborting due to previous error
|