9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
|
|
error: `become` is not allowed in closures
|
||
|
|
--> $DIR/in-closure.rs:5:8
|
||
|
|
|
|
||
|
|
LL | || become f();
|
||
|
|
| ^^^^^^^^^^
|
||
|
|
|
||
|
|
error: aborting due to 1 previous error
|
||
|
|
|