File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- From 18793c6109890493ceb3ff36549849a36e3d8022 Mon Sep 17 00:00:00 2001
1
+ From af0e237f056fa838c77463381a19b0dc993c0a35 Mon Sep 17 00:00:00 2001
2
2
From: None <none@example.com>
3
3
Date: Sun, 1 Sep 2024 11:42:17 -0400
4
- Subject: [PATCH] [core] Disable not compiling tests
4
+ Subject: [PATCH] Disable not compiling tests
5
5
6
6
---
7
7
library/core/tests/Cargo.toml | 14 ++++++++++++++
@@ -30,14 +30,15 @@ index 0000000..ca326ac
30
30
+ rand = { version = "0.8.5", default-features = false }
31
31
+ rand_xorshift = { version = "0.3.0", default-features = false }
32
32
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
33
- index 1e336bf..5800ebb 100644
33
+ index a4a7946..ecfe43f 100644
34
34
--- a/library/core/tests/lib.rs
35
35
+++ b/library/core/tests/lib.rs
36
36
@@ -1,4 +1,5 @@
37
37
// tidy-alphabetical-start
38
38
+ #![cfg(test)]
39
- #![cfg_attr(bootstrap, feature(offset_of_nested))]
40
39
#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
41
40
#![cfg_attr(test, feature(cfg_match))]
42
- - -
43
- 2.46.0
41
+ #![feature(alloc_layout_extra)]
42
+ - -
43
+ 2.47.1
44
+
You can’t perform that action at this time.
0 commit comments