Skip to content

Commit bb20692

Browse files
Rollup merge of #44693 - mssun:native-static-libs-patch, r=alexcrichton
Fix a typo in rustc help menu Change from native-static-deps to native-static-libs. Fix a typo introduced by this merged pull request: #43067
2 parents 23b4020 + 0c5311e commit bb20692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
13321332
print on stdout",
13331333
"[crate-name|file-names|sysroot|cfg|target-list|\
13341334
target-cpus|target-features|relocation-models|\
1335-
code-models|target-spec-json|native-static-deps]"),
1335+
code-models|target-spec-json|native-static-libs]"),
13361336
opt::flagmulti_s("g", "", "Equivalent to -C debuginfo=2"),
13371337
opt::flagmulti_s("O", "", "Equivalent to -C opt-level=2"),
13381338
opt::opt_s("o", "", "Write output to <filename>", "FILENAME"),

0 commit comments

Comments
 (0)