We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6718ea1 commit ee7c58bCopy full SHA for ee7c58b
src/doc/rustc/src/linker-plugin-lto.md
@@ -136,7 +136,7 @@ able to get around this problem by setting `-Clinker=lld-link` in RUSTFLAGS
136
```sh
137
rustup toolchain install --profile minimal nightly
138
MINOR_VERSION=$(rustc +nightly --version | cut -d . -f 2)
139
-LOWER_BOUND=61
+LOWER_BOUND=66
140
141
llvm_version() {
142
toolchain="$1"
@@ -193,5 +193,10 @@ The following table shows known good combinations of toolchain versions.
193
| Rust 1.58 | Clang 13 |
194
| Rust 1.59 | Clang 13 |
195
| Rust 1.60 | Clang 14 |
196
+| Rust 1.61 | Clang 14 |
197
+| Rust 1.62 | Clang 14 |
198
+| Rust 1.63 | Clang 14 |
199
+| Rust 1.64 | Clang 14 |
200
+| Rust 1.65 | Clang 15 |
201
202
Note that the compatibility policy for this feature might change in the future.
0 commit comments