Skip to content

Commit ebe293f

Browse files
authored
Rollup merge of #93559 - danielframpton:link-args-typo, r=oli-obk
Add missing | between print options The help text for the newly stabilized print option is missing a | between stack-protector-strategies and link-args.
2 parents cdda61f + e22729b commit ebe293f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
11881188
"Compiler information to print on stdout",
11891189
"[crate-name|file-names|sysroot|target-libdir|cfg|target-list|\
11901190
target-cpus|target-features|relocation-models|code-models|\
1191-
tls-models|target-spec-json|native-static-libs|stack-protector-strategies\
1191+
tls-models|target-spec-json|native-static-libs|stack-protector-strategies|\
11921192
link-args]",
11931193
),
11941194
opt::flagmulti_s("g", "", "Equivalent to -C debuginfo=2"),

0 commit comments

Comments
 (0)