Changelog #120
Commit: 5e85158
Release: 2022-03-14
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#11686
(first contribution) improve enum variant field completion, enum variant / struct consistency. -
#11687
(first contribution) highlight escape sequences in byte strings. -
#11445
,#11647
,#11658
BREAKING: switch to upstream inlay hints (requires Code 1.65): -
#11691
suggest union literals, suggest union fields within an empty union literal: -
#11676
offer qualified path completions in derives. -
#11684
allow configuration of colons in inlay hints (rust-analyzer.inlayHints.renderColons
).
Fixes
-
#11672
(first contribution) add support for newwhere
clause location in associated types. -
#11683
(first contribution) stop wrappingConstParam
default values inConstArg
. -
#11660
insert dummy values for const generics in subst. -
#11664
properly handle proc-macro crate types for nameres. -
#11662
fixextract_module
on inherent impls. -
#11680
show what file paths were expected for unresolved modules. -
#11644
emit more detailed highlighting for%
,>>
,<<
. -
#11696
detect NixOS when/etc/os-release
includes quotes.