Changelog #50
Commit: 945900b
Release: 2020-11-09
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#6477
Infer Function Return Type assist. -
#6458
,#6476
Add Custom Impl automatically fills-in required methods -
#6456
Extract Enum Variant supports records -
#6480
Change Return Type to Result works for closures. -
#6393
hide more trivial inlay hints. -
#6421
take some of theallow(…)
attributes into account when producing rust-analyzer diagnostics. -
#6479
ignoreRUST_SRC_PATH
if it is set to invalid location.
Fixes
-
#6436
,#6447
,#6450
,#6488
,#6489
,#6491
,#6497
fixes to TextMate grammar. -
#6441
don’t overload the client with too many progress notifications. -
#6399
keep existing type arguments in the Qualify Path assist. -
#6401
fix inlay hints forself
parameter. -
#6287
auto-import preserves cursor position. -
#6454
fix panic in Convert Integer Literal assist. -
#6467
fix stack overflow when module includes itself. -
#6470
fix syntax highlighting flicker.