Rust 1.67 released – News Fast Delivery
The Rust team recently released a new version of Rust 1.67.0. The main updates in the 1.67.0 stable version are as follows: #[must_use] right async fn efficient with #[must_use] Annotated async The function now applies that attribute to the returned impl Future Output.Future The feature itself already has #[must_use] annotation, so all implementations Future types […]