Enable Rust features in Cargo.toml?

Is there a way to remove this line from my program:

#![feature(async_closure)]

and move it to Cargo.toml?

No.

4 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.