Changelog #5
Commit: 9cad88d
New Features
#2668movecargo watchintegration to the server side. Now it is available for every editor, and not only for VS Code.#2661type inference forasyncfunctions.#2663“add missing impl members” assists now substitutes type parameters.#2657type hints for closures are less verbose.#2667account for visibility modifiers during name resolution.#2061use existing TextMate scopes infrastructure for color theme customization.
Fixes
#2658don’t pass empty set of features to Cargo.#2673correctly don’t add parent item to the scope of a nested item.#2650correctly display types of macro call expressions.