15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
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
|
|
|