Changelog #158

Commit: a2beeb8
Release: 2022-12-05

New Features

  • #13690 implement vararg parameter type inference.

  • #13707 add move_const_to_impl assist:

Fixes

  • #13686 (first contribution) don’t show runnable code lenses in libraries outside of the workspace.

  • #13713 (first contribution) don’t show implementing methods in call hierarchy.

  • #13696 make signature help show up when the caret is between )) or >>.

  • #13717 handle raw identifiers in proc macro server.

Internal Improvements

  • #13697 version the inlay hint resolve data.

  • #13721 add support for rustc_has_incoherent_inherent_impls.

  • #13695 bump chalk.