github rust-lang/rust-analyzer 2023-11-06

latest releases: nightly, 2024-09-16, 2024-09-09...
10 months ago

Changelog #206

Commit: c1c9e10
Release: 2023-11-06 (v0.3.1722)

New Features

  • #15819 (first contribution) skip token tree limit for include! macro calls.

  • #15832 add generate_mut_trait_impl assist:

    Screen recording showing the assist adding an IndexMut impl from an existing Index one

Fixes

  • #15827 (first contribution) add formatters category to VSCode metadata.

  • #15788 allow importing traits as _:

    Screen recording showing both import Foo and import Foo as _ being available in the quick fix menu

  • #15834 fix docs path for derive macros.

See also the changelog post.

Don't miss a new rust-analyzer release

NewReleases is sending notifications on new releases.