this post was submitted on 27 Oct 2025
10 points (100.0% liked)

Rust

7787 readers
1 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 2 years ago
MODERATORS
 

Finally. What was a weekly update took them this time 2 months. The long anticipated Next generation trait solver, that replaces the previous Chalk. Alongside of ton of fixes and changes. Below I just copy the New Features list.

  • Commit: 049767e
  • Release: 2025-10-27 (v0.3.2658)

New Features

  • (first contribution) parse script frontmatter.
  • (first contribution) expose addConfiguration API from the Code extension.
  • switch from Chalk to the next trait solver.
  • support navigation on primitives.
  • add all, any and not completions in #[cfg].
  • log flycheck stdout and stderr to files.
  • add "Generate blanket trait impl" assist.
  • add "Flip range expression" assist.
  • add "Remove else branches" assist.
  • improve fixture support.

Fixes

...

Internal Improvements

...

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here