Skip to content

Commit 20d3493

Browse files
Fix outdated description of -Zcross-lang-lto.
1 parent e415b5e commit 20d3493

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
@@ -817,7 +817,7 @@ macro_rules! options {
817817
pub const parse_lto: Option<&'static str> =
818818
Some("one of `thin`, `fat`, or omitted");
819819
pub const parse_cross_lang_lto: Option<&'static str> =
820-
Some("either a boolean (`yes`, `no`, `on`, `off`, etc), `no-link`, \
820+
Some("either a boolean (`yes`, `no`, `on`, `off`, etc), \
821821
or the path to the linker plugin");
822822
}
823823

0 commit comments

Comments
 (0)