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