mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 07:00:47 +00:00
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
|
|
|