rust/src/test/ui/issues/issue-49824.stderr

15 lines
245 B
Plaintext
Raw Normal View History

2018-07-27 17:09:23 -05:00
error: compilation successful
--> $DIR/issue-49824.rs:18:1
|
LL | / fn main() {
LL | | //~^ compilation successful
LL | | let mut x = 0;
LL | | || {
... |
LL | | };
LL | | }
| |_^
error: aborting due to previous error