mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
error: `move(expr)` is only supported in plain closures
|
|
--> $DIR/async-closures.rs:8:9
|
|
|
|
|
LL | move(s);
|
|
| ^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|