File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ able to get around this problem by setting `-Clinker=lld-link` in RUSTFLAGS
136136```sh
137137rustup toolchain install --profile minimal nightly
138138MINOR_VERSION=$(rustc +nightly --version | cut -d . -f 2)
139- LOWER_BOUND=61
139+ LOWER_BOUND=66
140140
141141llvm_version() {
142142 toolchain="$1"
@@ -193,5 +193,10 @@ The following table shows known good combinations of toolchain versions.
193193| Rust 1.58 | Clang 13 |
194194| Rust 1.59 | Clang 13 |
195195| 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 |
196201
197202Note that the compatibility policy for this feature might change in the future.
You can’t perform that action at this time.
0 commit comments