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 0bccd3f commit 3ba2cf2Copy full SHA for 3ba2cf2
Cargo.toml
@@ -30,12 +30,11 @@ exclude = ["/.github/*"]
30
[dependencies]
31
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }
32
core = { version = "1.0", package = "rustc-std-workspace-core", optional = true }
33
-compiler_builtins = { version = "0.1", optional = true }
34
35
[features]
36
cjk = []
37
default = ["cjk"]
38
-rustc-dep-of-std = ['std', 'core', 'compiler_builtins']
+rustc-dep-of-std = ['std', 'core']
39
40
# Legacy, now a no-op
41
no_std = []
0 commit comments