Changelog #127
Commit: 5dce1ff
Release: 2022-05-02
Configuration Revamp
#12010
renames most configuration keys to allow for more flexibility.
Once it gets merged (probably next week), the VS Code extension should still seamlessly support the old versions.
However, if you are using a different client, you might need to update your settings. The linked PR contains a comprehensive description of the keys that were renamed.
Fixes
-
#12072
(first contribution) fix associated type resolution. -
#12089
(first contribution) handle raw identifiers inmove_module_to_file
. -
#12071
(first contribution) change tabs to spaces inmacro_rules
snippet. -
#12057
(first contribution) disable visibility token validation in trait impls with attributes. -
#12111
fix outline mod completion with partial module name: -
#12099
resolve variants in patterns when qualified through type aliases. -
#12075
don’t emit a quickfix for placeholder suggestions from rustc/clippy. -
#12082
use correct parameter list for methods in signature help. -
#12085
fix filtering in function parameter completion. -
#12007
restart proc-macro client when reloading the workspace. -
#12098
showmacro_rules
snippet in blocks. -
#12090
use pattern recovery set when parsing ident patterns. -
#12097
revert quoting of runnable names.