Skip to content

Commit

Permalink
Fix outdated description of -Zcross-lang-lto.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Aug 7, 2018
1 parent 9e472c2 commit d5f8edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/config.rs
Expand Up @@ -831,7 +831,7 @@ macro_rules! options {
pub const parse_lto: Option<&'static str> =
Some("one of `thin`, `fat`, or omitted");
pub const parse_cross_lang_lto: Option<&'static str> =
Some("either a boolean (`yes`, `no`, `on`, `off`, etc), `no-link`, \
Some("either a boolean (`yes`, `no`, `on`, `off`, etc), \
or the path to the linker plugin");
}

Expand Down

0 comments on commit d5f8edf

Please sign in to comment.