File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -53,23 +53,15 @@ struct Args {
5353 print_targets : bool ,
5454
5555 /// Dump tokens (for debugging tokenizer)
56- #[ arg(
57- short = 'T' ,
58- long = "dump-tokens" ,
59- help = gettext( "Dump tokens to stdout" )
60- ) ]
56+ #[ arg( long = "dump-tokens" , help = gettext( "Dump tokens to stdout" ) ) ]
6157 dump_tokens : bool ,
6258
6359 /// Run preprocessor and dump result
6460 #[ arg( short = 'E' , help = gettext( "Preprocess only, output to stdout" ) ) ]
6561 preprocess_only : bool ,
6662
6763 /// Dump AST (for debugging parser)
68- #[ arg(
69- short = 'A' ,
70- long = "dump-ast" ,
71- help = gettext( "Parse and dump AST to stdout" )
72- ) ]
64+ #[ arg( long = "dump-ast" , help = gettext( "Parse and dump AST to stdout" ) ) ]
7365 dump_ast : bool ,
7466
7567 /// Dump IR (for debugging linearizer)
You can’t perform that action at this time.
0 commit comments