Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 3.19 KB

2019_november_20.md

File metadata and controls

37 lines (25 loc) · 3.19 KB

This October In Rust

News and Announcements

  • 🎈🎉 Announcing Rust 1.39.0. 🎉🎈

  • The .await is over, async fns are here!

  • References to by-move bindings in match guards!

  • Attributes on function parameters!

  • Borrow check migration warnings are hard errors in Rust 2018!

  • More const fns in the standard library!

  • ... and more!

  • A call for blogs 2020 - Help decide the direction of Rust development in 2020! See posts from other people on Twitter.

  • Completing the transition to the new borrow checker - The new borrow checker introduced in the 2018 edition introduced some breakage by catching soundness issues that were previously allowed. So far these have been given as warnings, but they'll become hard errors in Rust 1.40.

Helpful Articles

Tales from Production

Tools and Toys