Skip to content

Commit 4ce6fbe

Browse files
Rollup merge of rust-lang#154284 - zamazan4ik:patch-1, r=JohnTitor
doc: linker-plugin-based LTO: update list of good combinations This PR is similar to rust-lang#146827 . I just ran the Python script as was [recommended](rust-lang#146827 (review)) in this comment. Also updated the LOWER_BOUND in the script to skip a bit redundant work in the Python script. @nnethercote pinging you as a reviewer here since the last time you did it too ;)
2 parents 57273c6 + 3f67327 commit 4ce6fbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/doc/rustc/src/linker-plugin-lto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def minor_version(version):
194194
INSTALL_TOOLCHAIN = ["rustup", "toolchain", "install", "--profile", "minimal"]
195195
subprocess.run(INSTALL_TOOLCHAIN + ["nightly"])
196196
197-
LOWER_BOUND = 87
197+
LOWER_BOUND = 91
198198
NIGHTLY_VERSION = minor_version(subprocess.run(
199199
["rustc", "+nightly", "--version"],
200200
capture_output=True,
@@ -256,6 +256,6 @@ The following table shows known good combinations of toolchain versions.
256256
| 1.78 - 1.81 | 18 |
257257
| 1.82 - 1.86 | 19 |
258258
| 1.87 - 1.90 | 20 |
259-
| 1.91 - 1.93 | 21 |
259+
| 1.91 - 1.94 | 21 |
260260

261261
Note that the compatibility policy for this feature might change in the future.

0 commit comments

Comments
 (0)