We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ac3b6 commit 3a97f5dCopy full SHA for 3a97f5d
fake/core/Cargo.toml
fake/core/lib.rs
std_miri_test/Cargo.toml
@@ -17,7 +17,6 @@ path = "../library/std/src/lib.rs"
17
# just a bunch of fake crates that reeexport sysroot crates, so that std's imports work out
18
# (this works because we only build std as a test; the regular crate build is
19
# completely empty thanks to the `miri-test-libstd` feature below)
20
-core = { path = "../fake/core" }
21
alloc = { path = "../fake/alloc" }
22
cfg-if = { path = "../fake/cfg-if" }
23
libc = { path = "../fake/libc" }
0 commit comments