65
Rust Project goals for 2024 (blog.rust-lang.org)
submitted 3 months ago by mac@programming.dev to c/rust@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] nous@programming.dev 18 points 3 months ago

Tldr; their flagship goals are:

2024 edition: (1) supporting -> impl Trait and async fn in traits by aligning capture behavior; (2) permitting (async) generators to be added in the future by reserving the gen keyword; and (3) altering fallback for the ! type.

Async: support for async closures and Send bounds.

Rust in the Linux kernel: focus on the unstable features it uses so it can progress out of the experimental phase.

And highlights other goals:

  • Stabilize cargo-script
  • Improving Rust's borrow checker to support conditional returns and other patterns
  • Move parallel front end closer to stability
  • Ergonomic ref counting
  • Implementing "merged doctests"

With a link to a list of 23 other goals

this post was submitted on 12 Aug 2024
65 points (100.0% liked)

Rust

5999 readers
18 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS