unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#62109: 29.0.60; rust-ts-mode missing indentation for patterns
@ 2023-03-10 22:32 Yuan Fu
  2023-03-11  2:03 ` Randy Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: Yuan Fu @ 2023-03-10 22:32 UTC (permalink / raw)
  To: 62109; +Cc: dev

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






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-11 23:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 22:32 bug#62109: 29.0.60; rust-ts-mode missing indentation for patterns Yuan Fu
2023-03-11  2:03 ` Randy Taylor
2023-03-11  2:04   ` Randy Taylor
2023-03-11 23:53     ` Yuan Fu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).