diff options
| author | est31 <MTest31@outlook.com> | 2025-05-23 01:53:54 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2025-05-23 02:47:43 +0200 |
| commit | 6d716743211c1c7e28f32c48f586fbeb3068304f (patch) | |
| tree | 78c500afe57fb90bff6c522c559c5ddeb26182ca | |
| parent | 2eef47813f25df637026ce3288880e5c587abd92 (diff) | |
| download | rust-6d716743211c1c7e28f32c48f586fbeb3068304f.tar.gz rust-6d716743211c1c7e28f32c48f586fbeb3068304f.zip | |
Remove #![feature(let_chains)] from libcore
| -rw-r--r-- | library/core/src/lib.rs | 1 | ||||
| -rwxr-xr-x | src/ci/docker/scripts/rfl-build.sh | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index b76213fdd41..c49513f7a6d 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -158,7 +158,6 @@ #![feature(intra_doc_pointers)] #![feature(intrinsics)] #![feature(lang_items)] -#![feature(let_chains)] #![feature(link_llvm_intrinsics)] #![feature(macro_metavar_expr)] #![feature(marker_trait_attr)] diff --git a/src/ci/docker/scripts/rfl-build.sh b/src/ci/docker/scripts/rfl-build.sh index 1d280948ebe..fa18f67583f 100755 --- a/src/ci/docker/scripts/rfl-build.sh +++ b/src/ci/docker/scripts/rfl-build.sh @@ -2,7 +2,8 @@ set -euo pipefail -LINUX_VERSION=v6.15-rc4 +# https://github.com/Rust-for-Linux/linux/issues/1163 +LINUX_VERSION=3ca02fc80cc4fdac63aaa6796642f1e07be591d6 # Build rustc, rustdoc, cargo, clippy-driver and rustfmt ../x.py build --stage 2 library rustdoc clippy rustfmt |
