Changelog #133
Commit: 366bd72
Release: 2022-06-13
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 fixingNO_RESULT_CALLBACK_FOUND
errors in Neovim. -
#12455
fix false-positive type-mismatch error with generic future. -
#12515
pass the build data torustc_private
crates. -
#12464
fixInline variable
producing a type mismatch. -
#12473
avoid adding enum brackets in use paths. -
#12490
prioritize enums inuse
completions. -
#12504
fix config patching for callable snippets.