Changelog #46
Commit: b7596d2
Release: 2020-10-12
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#6154
shorten type hints forstd::iter
iterators. -
#6111
add assist for converting the base of integer literals. -
#6139
addrust-analyzer.assist.importPrefix
configuration open to configure style of auto-import. -
#6140
honorhover.contentFormat
client capability and strip markdown markup for clients which don’t support it. -
#6160
add validation check for ambiguous trait objects. -
#5651
fix proc macros support for Rust 1.47. -
#6176
supporteprintln!
postfix completion. -
#5858
show reasons for failed renames.
Fixes
-
#6127
correctly complete items with leading underscore. -
#6143
fix name resolution for proc-macros. -
#6147
tweak Remove dbg assist to remove useless parenthesis in more cases. -
#6124
normalize-
in crate names for display purposes. -
#6148
fix trait object hir formatting behind pointer and references. -
#6128
trim all trailing whitespace in onEnter. -
#6158
fix negative literals in procedural macros. -
#6185
better diagnostics for invalidRUST_SRC_PATH
.