Fixed
- Last character in derive no longer erroneously stripped when
indent_style
is overridden toVisual
. (#4584) - Brace wrapping of closure bodies maintained in cases where the closure has an explicit return type and the body consists of a single expression statement. (#4577)
- No more panics on invalid code with
err
andtypeof
types (#4357, #4586)