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