Changelog #138
Commit: 897a7ec
Release: 2022-07-18
New Features
-
#12539(first contribution) automatically instantiate trivial structs inGenerate newandFill struct fields. -
#12778,#12785(first contribution) support negative,char&boolconst generics:
-
#12696add quick fix for&strtoStringtype mismatch: -
#12745implementignoreandindexmetavar expressions. -
#12747update 1.63 proc macro ABI to matchrustc.
Fixes
-
#12781fix stack overflows and wrong type inference of associated type shorthands. -
#12691fix unresolved proc macro diagnostics pointing to macro expansions. -
#12754fix VSCode status bar tooltip not showing the error messages. -
#12556support generics inExtract function. -
#12765insert imports after doc comments in inline modules. -
#12766don’t show qualified path completions for private items. -
#12773improveselfparam completion applicability. -
#12775improve syntax fixup, handle incompleteif. -
#12712ignore renames for crate root. -
#12735makesuper::completions depth-aware.
Internal Improvements
-
#12742(first contribution) fix references to obsolete config keys. -
#12772remove allocation inDefCollector::reseed_with_unresolved_attribute. -
#12689record all macro definitions inItemScope. -
#12764,#12776remove deprecatedactions-rs/toolchainaction. -
#12755set server binary version for GitHub builds.