about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIgor S. Gerasimov <foxtranigor@gmail.com>2025-09-21 04:19:10 +0200
committerIgor S. Gerasimov <foxtranigor@gmail.com>2025-09-21 04:19:10 +0200
commit1dcba116f57014454282f8cf0997682e3769003d (patch)
tree54c410a29e7a8705affcaefc4bc3b9ad0a851703
parentdd7fda570040e8a736f7d8bc28ddd1b444aabc82 (diff)
downloadrust-1dcba116f57014454282f8cf0997682e3769003d.tar.gz
rust-1dcba116f57014454282f8cf0997682e3769003d.zip
Update list of good combinations (inc. beta + nightly)
-rw-r--r--src/doc/rustc/src/linker-plugin-lto.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/doc/rustc/src/linker-plugin-lto.md b/src/doc/rustc/src/linker-plugin-lto.md
index ab95aa2e5a1..32e712a48d7 100644
--- a/src/doc/rustc/src/linker-plugin-lto.md
+++ b/src/doc/rustc/src/linker-plugin-lto.md
@@ -144,7 +144,7 @@ def minor_version(version):
 INSTALL_TOOLCHAIN = ["rustup", "toolchain", "install", "--profile", "minimal"]
 subprocess.run(INSTALL_TOOLCHAIN + ["nightly"])
 
-LOWER_BOUND = 73
+LOWER_BOUND = 87
 NIGHTLY_VERSION = minor_version(subprocess.run(
     ["rustc", "+nightly", "--version"],
     capture_output=True,
@@ -201,6 +201,9 @@ The following table shows known good combinations of toolchain versions.
 | 1.65 - 1.69  |      15       |
 | 1.70 - 1.72  |      16       |
 | 1.73 - 1.77  |      17       |
-| 1.78         |      18       |
+| 1.78 - 1.81  |      18       |
+| 1.82 - 1.86  |      19       |
+| 1.87 - 1.90  |      20       |
+| 1.91 - 1.92  |      21       |
 
 Note that the compatibility policy for this feature might change in the future.