bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62109: 29.0.60; rust-ts-mode missing indentation for patterns


From: Randy Taylor
Subject: bug#62109: 29.0.60; rust-ts-mode missing indentation for patterns
Date: Sat, 11 Mar 2023 02:04:59 +0000

On Friday, March 10th, 2023 at 21:03, Randy Taylor <dev@rjt.dev> wrote:
> 
> On Friday, March 10th, 2023 at 17:32, Yuan Fu casouri@gmail.com 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.

Sorry, forgot to include the bug #. Same patch with the bug # this time!

Attachment: 0001-Add-missing-indentation-rule-for-rust-ts-mode-Bug-62.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]