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