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