Rust 1.63.0 released
As detailed in this blog post, we've fully removed the previous lexical borrow checker from rustc across all editions, fully enabling the non-lexical, new, version of the borrow checker. Since the borrow checker doesn't affect the output of rustc, this won't change the behavior of any programs, but it completes a long-running migration (started in the initial stabilization of NLL for the 2018 edition) to deliver the full benefits of the new borrow checker across all editions of Rust. For most users, this change will bring slightly better diagnostics for some borrow checking errors, but will not otherwise impact which code they can write.
Posted Aug 12, 2022 1:38 UTC (Fri)
by MrWim (subscriber, #47432)
[Link] (1 responses)
Posted Aug 12, 2022 19:07 UTC (Fri)
by Sesse (subscriber, #53779)
[Link]
Posted Aug 18, 2022 13:37 UTC (Thu)
by mdaverde (guest, #151459)
[Link]
Rust 1.63.0 released
Rust 1.63.0 released
Rust 1.63.0 released