On Friday, March 10th, 2023 at 17:32, Yuan Fu wrote: > > X-Debbugs-CC: dev@rjt.dev > > Try this snippet: > > fn main() { > match &cli.command { > Commands::Run { > a, > b, > c, > d, > } => todo!(), > > } > } > > > The a, b, c, d don’t have corresponding indentation rules. I can add > some myself, but I’m not sure where to add and what’s the best rule to > add. > > Yuan > Thanks for the report, I've attached a patch fixing it.