Fix outdated description of -Zcross-lang-lto.

This commit is contained in:
Michael Woerister 2018-08-02 14:16:43 +02:00
parent 9e472c2ace
commit d5f8edfa10

View File

@ -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");
}