rustfmt icon indicating copy to clipboard operation
rustfmt copied to clipboard

impl rewrite_result for ControlFlow, Stmt, update rewrite_index

Open ding-young opened this issue 1 year ago • 0 comments

tracked by #6206

Description

  • impl rewrite_result for Stmt, ControlFlow OverflowableItem, Lifetime There are still unknown_error()s due to calling format_expr, but they will be removed after updating format_expr in later pr.
  • update rewrite_index to return RewriteResult
  • removed a few unknown_error() if possible

ding-young avatar Aug 23 '24 09:08 ding-young