Changelog #51
Commit: e8c8039
Release: 2020-11-16
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#6524
add support for#![feature(rustc_private)]
. Setrust-analyzer.rustcSource
to point to a directory with compiler’s sources if you develop tooling which uses compiler directly (clippy, rustfmt, etc). -
#6500
add.some
postfix template. -
#6544
add.. Default::default()
completion. -
#6472
addstatic
semantic tokens modifier to associated functions. -
#6519
Open Cargo.toml action opens aCargo.toml
file, relevant for the current.rs
file.
Fixes
-
#6510
fix panic in Extract Struct From Enum Variant. -
#6514
Extract Struct From Enum Variant updates references when extracting a record. -
#6511
highlight.
as an operator. -
#6516
fixes to TextMate grammar. -
#6534
fix attachment of inner doc comments. -
#6529
do not insert imports before inner comments -
#6513
support qualified function calls in Remove Unused Parameter assist.