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. -
#12508don’t respond to cancelled requests when retrying them, thus fixingNO_RESULT_CALLBACK_FOUNDerrors in Neovim. -
#12455fix false-positive type-mismatch error with generic future. -
#12515pass the build data torustc_privatecrates. -
#12464fixInline variableproducing a type mismatch. -
#12473avoid adding enum brackets in use paths. -
#12490prioritize enums inusecompletions. -
#12504fix config patching for callable snippets.