Changelog #202
Commit: b1f89a8
Release: 2023-10-09
(v0.3.1689
)
Fixes
-
#15690
(first contribution) fix line and column regex in the VS Code problem matcher. -
#15701
strip base prefix inlayout_scalar_valid_range
. -
#15698
allow more kinds ofif-let
patterns in guarded return assist. -
#15709
recognize#[export_name = "main"]
function as binary entrypoint for runnables. -
#15641
fix path syntax produced by theinto_to_qualified_from
assist. -
#15600
ensurerustfmt
runs when configured with./
.
Internal Improvements
-
#15721
shrinkPatPtr
by swapping itsAstPtr
andEither
wrap order.