We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad88831 commit e22729bCopy full SHA for e22729b
compiler/rustc_session/src/config.rs
@@ -1188,7 +1188,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
1188
"Compiler information to print on stdout",
1189
"[crate-name|file-names|sysroot|target-libdir|cfg|target-list|\
1190
target-cpus|target-features|relocation-models|code-models|\
1191
- tls-models|target-spec-json|native-static-libs|stack-protector-strategies\
+ tls-models|target-spec-json|native-static-libs|stack-protector-strategies|\
1192
link-args]",
1193
),
1194
opt::flagmulti_s("g", "", "Equivalent to -C debuginfo=2"),
0 commit comments