Skip to content

Commit c3d5b7f

Browse files
committed
Fix patches
1 parent f6e16e9 commit c3d5b7f

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

patches/0022-core-Disable-not-compiling-tests.patch

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,4 @@ index 42a26ae..5ac1042 100644
3939
+#![cfg(test)]
4040
#![feature(alloc_layout_extra)]
4141
#![feature(array_chunks)]
42-
#![feature(array_methods)]
43-
--
44-
2.21.0 (Apple Git-122)
42+
#![feature(array_windows)]

patches/cross_patches/0001-Disable-libstd-and-libtest-dylib.patch

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,3 @@ index 5b21355..cb0c49b 100644
2121

2222
[dependencies]
2323
alloc = { path = "../alloc", public = true }
24-
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml
25-
index 91a1abd..a58c160 100644
26-
--- a/library/test/Cargo.toml
27-
+++ b/library/test/Cargo.toml
28-
@@ -4,7 +4,7 @@ version = "0.0.0"
29-
edition = "2021"
30-
31-
[lib]
32-
-crate-type = ["dylib", "rlib"]
33-
+crate-type = ["rlib"]
34-
35-
[dependencies]
36-
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
37-
--
38-
2.42.0
39-

0 commit comments

Comments
 (0)