@@ -1937,8 +1937,9 @@ options! {
1937
1937
"support compiling tests with panic=abort (default: no)" ) ,
1938
1938
panic_in_drop: PanicStrategy = ( PanicStrategy :: Unwind , parse_panic_strategy, [ TRACKED ] ,
1939
1939
"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)") ,
1942
1943
patchable_function_entry: PatchableFunctionEntry = ( PatchableFunctionEntry :: default ( ) , parse_patchable_function_entry, [ TRACKED ] ,
1943
1944
"nop padding at function entry" ) ,
1944
1945
plt: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
@@ -2036,7 +2037,7 @@ written to standard error output)"),
2036
2037
shell_argfiles: bool = ( false , parse_bool, [ UNTRACKED ] ,
2037
2038
"allow argument files to be specified with POSIX \" shell-style\" argument quoting" ) ,
2038
2039
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)" ) ,
2040
2041
simulate_remapped_rust_src_base: Option <PathBuf > = ( None , parse_opt_pathbuf, [ TRACKED ] ,
2041
2042
"simulate the effect of remap-debuginfo = true at bootstrapping by remapping path \
2042
2043
to rust's source base directory. only meant for testing purposes") ,
0 commit comments