Changelog #144
Commit: e8e598f
Release: 2022-08-29
Fixes
-
#13021(first contribution) paper over panics on GATs with const generics. -
#13092use correct offsets in macro inputs for reference autocompletions. -
#13096accept leading|in more pattern positions. -
#13100resolve doc links on impl blocks. -
#13110makeExtract type as type aliaswork on arrays using const generics. -
#13088show an error when flycheck can’t be restarted. -
#13090do not substituteSelfin the same impl block inInline call. -
#13095avoid error message when using Live Share. -
#13133move empty diagnostics workaround back into the server.
Internal Improvements
-
#13078(first contribution) remove unnecessary writertry_cloneinlsp-server. -
#13087remove automatic config patching from the VS Code extension. -
#13116use identity hashing forFileIdandCrateId. -
#13101re-export standard semantic token types and modifiers. -
#13001replacecrossbeamscoped threads with standard library ones.