Skip to content

Commit d5f8edf

Browse files
Fix outdated description of -Zcross-lang-lto.
1 parent 9e472c2 commit d5f8edf

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
@@ -831,7 +831,7 @@ macro_rules! options {
831831
pub const parse_lto: Option<&'static str> =
832832
Some("one of `thin`, `fat`, or omitted");
833833
pub const parse_cross_lang_lto: Option<&'static str> =
834-
Some("either a boolean (`yes`, `no`, `on`, `off`, etc), `no-link`, \
834+
Some("either a boolean (`yes`, `no`, `on`, `off`, etc), \
835835
or the path to the linker plugin");
836836
}
837837

0 commit comments

Comments
 (0)