Changelog #167
Commit: 0b32b65
Release: 2023-02-06 (0.3.1394)
Fixes
-
#14036record method resolution for the remaining operator expressions. -
#14067Code: create the trace output channel lazily. -
#14068applyunsizeadjustments after pointer casts. -
#14071don’t render field-less discriminant inlay hints for data-carrying enums. -
#14082support non-ASCII characters in case conversion. -
#14043use relative offsets when inserting ident token in macro expansion for completion. -
#14058fix display of negative trait bounds in outline view.
Internal Improvements
-
#14010(first contribution) make the fuzzing harness build again. -
#14072(first contribution) mention all three Visual Studio extensions in the manual. -
#14049add installation instructions for Flatpak VS Code. -
#14070implement proc-macro API versioning. -
#14061makettgeneric over the span data. -
#14056parse#[allow_internal_unsafe]on macros. -
#14062set the current edition to 2021. -
#14034tweak change collapsing some more. -
#14083add more basic issue templates.