blob: 48db0d5e2023d6ad6906ac7a6b6ec4181f67b5cc [file] [log] [blame]
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