Changelog #53
Commit: ac30710
Release: 2020-11-30
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#6645add diagnostics for unexpandable macros.
-
#6666support "go to definition" forselfparameter.
-
#6664show type ofselfon hover. -
#6606supportunsafeextern block syntax. -
#6618,#6621type inference for tuple patterns with ellipsis. -
#6624check structs for match exhaustiveness. -
#6631gate autoimports behind experimental completions. -
#6599add attribute highlight modifier to all tokens inside attributes.
Fixes
-
#6670allow renaming between self and first param with owned parameters.
-
#6610Ignore Test assist now. -
#6614improve performance of auto-import. -
#6641#[cfg]diagnostics are more robust to code changes. -
#6635complete struct in irrefutable let. -
#6586better label for Infer Function Return Type assist. -
#6669use the same default importing behavior in all editors.