Changelog #130
Commit: 84be2ea
Release: 2022-05-23
New Features
-
#12334
(first contribution) addGenerate enum variant
assist: -
#12345
(first contribution) addescapeSequence
semantic token type. -
#12263
hide type inlay hints forlet
statements that initialize a closure (enable usingrust-analyzer.inlayHints.typeHints.hideClosureInitialization
): -
#12130
add assist to turn let-else statements into let and match: -
#12316
show parameter inlay hints for closure invocations: -
#11830
add "on typing" handler for angle brackets (<
,>
). -
#12303
improve docs generation assist. -
#12326
addcargo clippy
task preset. -
#12329
don’t swallow build script errors.
Fixes
-
#12320
(first contribution) hide closure return hints if type is specified. -
#12277
fixShow implementations
link display error. -
#12309
fix incorrect expected type in completions for trailing match arms. -
#12301
adjustrustc
diagnostic ranges for DOS line endings. -
#12325
clearcargo check
diagnostics when turning off flycheck. -
#12342
avoid async callback to makeJoin lines
work again. -
#12346
special-case base URLs ofBuiltinType
s tocore
. -
#12281
increase defaultchalk
overflow depth to fix some crashes.