rust/src/test/ui/issues/issue-49824.stderr
2018-12-25 21:08:33 -07:00

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