Changelog #163
Commit: f77b68a
Release: 2023-01-09
Fixes
-
#13894apply fallback before final obligation resolution. -
#13854support multi-character punct tokens in MBE. -
#13877prefix prelude items whose name collides in current scope. -
#13887only set machine-applicable rustc diagnostics as preferred. -
#13882remember adjustments introduced by binary operators. -
#13853use diagnostic code as link to full message. -
#13886add a ZWNJ to prevent VS Code from forming ligatures between hints and code. -
#13885skip lifetime elision hints on fn pointers and fn trait types. -
#13893complete record enum variants without parens when snippets are disabled.
Internal Improvements
-
#13860fix a bunch of clippy lints.