Skip to content

Commit 315b9c5

Browse files
committed
rustup
1 parent 0a9a418 commit 315b9c5

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

rust-src.diff

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,3 @@ index b80c745aaf2..eea9ba5baba 100644
2929
pub mod array;
3030

3131

32-
diff --git a/crates/std_detect/src/lib.rs b/crates/std_detect/src/lib.rs
33-
index 19cc0217..d19128c2 100644
34-
--- a/library/stdarch/crates/std_detect/src/lib.rs
35-
+++ b/library/stdarch/crates/std_detect/src/lib.rs
36-
@@ -20,15 +20,8 @@
37-
#![cfg_attr(test, allow(unused_imports))]
38-
#![no_std]
39-
#![allow(internal_features)]
40-
-// Temporary hack: needed to build against toolchains from before the mass feature renaming.
41-
-// Remove this as soon as the stdarch submodule is updated on nightly.
42-
-#![allow(stable_features)]
43-
-#![cfg_attr(not(feature = "rustc-dep-of-std"), feature(stdsimd))]
44-
#![cfg_attr(
45-
- all(
46-
- any(target_arch = "x86", target_arch = "x86_64"),
47-
- feature = "rustc-dep-of-std"
48-
- ),
49-
+ any(target_arch = "x86", target_arch = "x86_64"),
50-
feature(stdarch_x86_has_cpuid)
51-
)]
52-

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2024-02-10
1+
nightly-2024-02-20

0 commit comments

Comments
 (0)