Changelog #165
Commit: daa0138
Release: 2023-01-23
(0.3.1377
)
Fixes
-
#13983
(first contribution) parseconst_closures
syntax. -
#13993
(first contribution) VS Code: substitute variables inconfig.serverPath
. -
#13981
don’t run flycheck on startup unlesscheckOnSave
is enabled. -
#13966
don’t compute layout ifTargetDataLayout
is not available. -
#13971
improve inference for binary operations more precise. -
#13961
don’t generatePartialEq
/PartialOrd
methods body when types don’t match. -
#13984
fix target data layout fetching incorrectly passingrustc
torustc
. -
#13978
handle slice patterns inFill match arms
. -
#13985
don’t respond withContentModified
while loading the workspace. -
#13988
fix whitespace handling in hover Markdown removal. -
#13980
fixcheckOnSave
config patching.