about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-08-02 14:16:43 +0200
committerMichael Woerister <michaelwoerister@posteo>2018-08-07 14:44:48 +0200
commitd5f8edfa103442e755e1ab3ba76dfd6b0418c043 (patch)
treeddafd05cd8024b728a7cbe7e0f5d1a2ceddc1c18
parent9e472c2acea2b7714985390abb6b7fe420a4f346 (diff)
downloadrust-d5f8edfa103442e755e1ab3ba76dfd6b0418c043.tar.gz
rust-d5f8edfa103442e755e1ab3ba76dfd6b0418c043.zip
Fix outdated description of -Zcross-lang-lto.
-rw-r--r--src/librustc/session/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs
index 3111777f4ad..219607a456b 100644
--- a/src/librustc/session/config.rs
+++ b/src/librustc/session/config.rs
@@ -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");
     }