Changelog #143
Commit: a670ff8
Release: 2022-08-22
New Features
-
#13036
(first contribution) addInline type alias into uses
assist: -
#12982
(first contribution) implement type inference forIntoFuture
. -
#13074
consider bounds on inherent impl in method resolution (fixesnalgebra
constructors). -
#13063
add LSP extension for cancelling running flychecks. -
#13045
allow running tests in inline module from anywhere in parent file. -
#13037
support disabling keyword hover popups (rust-analyzer.hover.documentation.keywords.enable
).
Fixes
-
#13049
resolve associated types of baredyn
types. -
#13053
resolve pathSelf
alone in value namespace. -
#13041
supportSelf::assoc()
syntax inGenerate function
.` -
#13061
replaceSelf
inInline call
. -
#13027
fix incorrect type mismatch withcfg_if!
and other macros in expression position. -
#13028
fix record completion filtering. -
#13034
escape keywords used as names in earlier editions. -
#13038
revert#12947
, trigger workspace switches on all structure changes again. -
#13064
logrustfmt
parsing errors as warnings.