Changelog #65
Commit: 14de9e5
Release: 2021-02-22
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#7684fix runnable link order. -
#7687parsedefaultin traits impls. -
#7703allow comments between newlines in chaining hints. -
#7704avoid transmitting unchanged diagnostics. -
#7705show hover info of the definition of ConstReference patterns instead of its type. -
#7722fix incorrect missing field diagnostic with box patterns. -
#7724consider import prefix settings in flyimport. -
#7725include where predicates when generating an impl. -
#7726add#[doc(hidden)]completion. -
#7730retain visibility when extracting inline module to file. -
#7732fix completions in impl blocks on dyn traits with lifetimes. -
#7739bumpchalkfixingimpl Traitresolution in returned types.
Internal Improvements
-
#7690extractfn load_workspace(…)fromfn load_cargo(…). -
#7700usenpm 7.xpackage-lock.json. -
#7702remove use of deprecatedstd::collections::Bound. -
#7701remove semantic tokens workaround. -
#7699implementast::AstNodeforNameLikeand move it tonode_ext. -
#7707renamecompletiontoide_completion -
#7723fix some typos in the docs -
#7727fix obsolete "Extend Selection" docs -
#7735stop mixingResultandOptionwith?ininline_local_variable