Skip to content

Commit accdfa1

Browse files
committed
Update -Zshow-span help message.
To clarify how it works.
1 parent 76adf05 commit accdfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ written to standard error output)"),
20372037
shell_argfiles: bool = (false, parse_bool, [UNTRACKED],
20382038
"allow argument files to be specified with POSIX \"shell-style\" argument quoting"),
20392039
show_span: Option<String> = (None, parse_opt_string, [TRACKED],
2040-
"show spans for compiler debugging (expr|pat|ty)"),
2040+
"show spans in the crate root file, for compiler debugging (expr|pat|ty)"),
20412041
simulate_remapped_rust_src_base: Option<PathBuf> = (None, parse_opt_pathbuf, [TRACKED],
20422042
"simulate the effect of remap-debuginfo = true at bootstrapping by remapping path \
20432043
to rust's source base directory. only meant for testing purposes"),

0 commit comments

Comments
 (0)