Changelog #172
Commit: f1e51af
Release: 2023-03-13
(v0.3.1435
)
Fixes
-
#14323
(first contribution) fix source root de-duplication. -
#14267
mark unresolved field, unresolved method and expected function diagnostics as experimental. -
#14297
addlibcore
dependency to proc macros. -
#14282
load proc macros forrustc_private
crates. -
#14260
tightenreplace_match_with_if_let
applicability range. -
#14271
don’t trigger unresolved method/field diagnostics on types containing errors. -
#14284
highlight unresolved derives as such. -
#14248
show diagnostic for}
followed byelse
inlet-else
statement. -
#14283
don’t send error notifications for workspace failures if server status is supported. -
#14286
fix block defmap not looking into tail expressions for macro calls. -
#14291
fix handling of multiple definition bindings inconvert_match_to_let_else
. -
#14299
fix searching inside bodies of attributed items. -
#14300
watch both stdout and stderr in flycheck. -
#14306
fix block with no termination in or-patterns.