We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0937b2 commit e4f87c6Copy full SHA for e4f87c6
core_miri_test/Cargo.toml
@@ -8,24 +8,14 @@ edition = "2021"
8
9
[lib]
10
name = "core_miri_test"
11
-path = "../library/core/src/lib.rs"
+path = "../empty.rs"
12
test = false
13
bench = false
14
15
-[features]
16
-# Empty this crate to avoid two copies of libcore.
17
-# See https://github.com/rust-lang/miri-test-libstd/issues/4.
18
-default = ["miri-test-libstd"]
19
-miri-test-libstd = []
20
-
21
[[test]]
22
name = "coretests"
23
path = "../library/core/tests/lib.rs"
24
25
-[dependencies]
26
-# This lets the crate access the `core` crate.
27
-core = { path = "../fake/core" }
28
29
[dev-dependencies]
30
rand = { version = "0.8.5", default-features = false }
31
rand_xorshift = { version = "0.3.0", default-features = false }
empty.rs
0 commit comments