Closed MrAlias closed 1 month ago
Resolve #3544
Replace all custom implementations for multi-error unification with the errors.Join function of the standard library.
errors.Join
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.5%. Comparing base (1a964cc) to head (635ee88). Report is 1 commits behind head on main.
1a964cc
635ee88
Resolve #3544
Replace all custom implementations for multi-error unification with the
errors.Join
function of the standard library.