Changelog #155
Commit: 45ec315
Release: 2022-11-14
Fixes
-
#12991(first contribution) place method extracted method from trait impl in existing impl: -
#13568(first contribution) fix the length displayed for byte string literals with escaped newlines. -
#13552use a process group allow cancelling flycheck. -
#13602check visibility of each path segment. -
#13548fixtt::Punctspacing computation. -
#13573error out instead of panicking on invalid file range. -
#13581fix item completions following unit structs and outline modules. -
#13584fix panic when computing signature of genericFnOncecallable. -
#13604prefer similarly-kinded tokens when hovering attributed items.
Internal Improvements
-
#13547optimizeapply_document_changesa bit. -
#13606add trait alias grammar torust.ungram. -
#13590addproc-macrodependency torustc_privatecrates. -
#13607add version info to unsupported proc macro ABI error. -
#13565update sysroot crates. -
#13603,#13605send status notification if no workspaces were found. -
#13572useCancellablein favor ofResultfor clarity. -
#13569bump manifestrust-versionfields to latest stable.