Changelog #133

Commit: 366bd72
Release: 2022-06-13

New Features

  • #12481 introduce Add label to loop assist.

  • #12477 restart server automatically on configuration changes.

  • #12492 add proc macro ABI for rustc 1.63.

Fixes

  • #12487 (first contribution) hide parameter inlay hint when argument is function-like macro with similar name.

  • #12508 don’t respond to cancelled requests when retrying them, thus fixing NO_RESULT_CALLBACK_FOUND errors in Neovim.

  • #12455 fix false-positive type-mismatch error with generic future.

  • #12515 pass the build data to rustc_private crates.

  • #12464 fix Inline variable producing a type mismatch.

  • #12473 avoid adding enum brackets in use paths.

  • #12490 prioritize enums in use completions.

  • #12504 fix config patching for callable snippets.

Internal Improvements

  • #12449 bring the version number in line with other Rust tools.

  • #12509 remove Generics::type_iter in favor of Generics::iter.

  • #12513 simplify hir_ty::utils.

  • #12514 improve proc-macro errors.

  • #12502, #12501 bump dependencies.