We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compiler-builtins
rustc-dep-of-std
1 parent 5c1c436 commit 6132971Copy full SHA for 6132971
crates/std_detect/Cargo.toml
@@ -25,7 +25,6 @@ cfg-if = "1.0.0"
25
26
# When built as part of libstd
27
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
28
-compiler_builtins = { version = "0.1.2", optional = true }
29
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
30
31
[target.'cfg(not(windows))'.dependencies]
@@ -38,6 +37,5 @@ std_detect_dlsym_getauxval = [ "libc" ]
38
37
std_detect_env_override = [ "libc" ]
39
rustc-dep-of-std = [
40
"core",
41
- "compiler_builtins",
42
"alloc",
43
]
0 commit comments