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