@@ -1937,8 +1937,9 @@ options! {
19371937        "support compiling tests with panic=abort (default: no)" ) , 
19381938    panic_in_drop:  PanicStrategy  = ( PanicStrategy :: Unwind ,  parse_panic_strategy,  [ TRACKED ] , 
19391939        "panic strategy for panics in drops" ) , 
1940-     parse_only:  bool  = ( false ,  parse_bool,  [ UNTRACKED ] , 
1941-         "parse only; do not compile, assemble, or link (default: no)" ) , 
1940+     parse_crate_root_only:  bool  = ( false ,  parse_bool,  [ UNTRACKED ] , 
1941+         "parse the crate root file only; do not parse other files, compile, assemble, or link \  
1942+          (default: no)") , 
19421943    patchable_function_entry:  PatchableFunctionEntry  = ( PatchableFunctionEntry :: default ( ) ,  parse_patchable_function_entry,  [ TRACKED ] , 
19431944        "nop padding at function entry" ) , 
19441945    plt:  Option <bool > = ( None ,  parse_opt_bool,  [ TRACKED ] , 
@@ -2036,7 +2037,7 @@ written to standard error output)"),
20362037    shell_argfiles:  bool  = ( false ,  parse_bool,  [ UNTRACKED ] , 
20372038        "allow argument files to be specified with POSIX \" shell-style\"  argument quoting" ) , 
20382039    show_span:  Option <String > = ( None ,  parse_opt_string,  [ TRACKED ] , 
2039-         "show spans for compiler debugging (expr|pat|ty)" ) , 
2040+         "show spans in the crate root file,  for compiler debugging (expr|pat|ty)" ) , 
20402041    simulate_remapped_rust_src_base:  Option <PathBuf > = ( None ,  parse_opt_pathbuf,  [ TRACKED ] , 
20412042        "simulate the effect of remap-debuginfo = true at bootstrapping by remapping path \  
20422043         to rust's source base directory. only meant for testing purposes") , 
0 commit comments