Changelog #4
Commit: ce07a2d
New Features
#2577by default for VS Code, rely on client-side file watching.#2568add option to disable--all-targetsflag forcargo watch.#2594type hints don’t show default type arguments.#2592initial type-inference for index expressions.#2616,#2619improve type-inference for closures.#2617don’t use approximate name resolution when computing hover.#2623expand macros in impls.#2628parse macros 2.0.#2641parse const generics.#2648rudimentary name resolution for local items.
Fixes
#2577better parser recovery for lambdas.#2562correctly compute goto target range for a target inside a macro.#2575correctly highlightcargo watcherrors inside macros.#2595fix parsing of expressions expanded by macros.#2637optimize inlay hints.#2643optimize change tracking.