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 4edf327 commit 5c3b27bCopy full SHA for 5c3b27b
Cargo.toml
@@ -15,8 +15,7 @@ item that gets emitted.
15
edition = "2018"
16
17
[dependencies]
18
-core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' }
19
-compiler_builtins = { version = '0.1.2', optional = true }
+core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
20
21
[features]
22
-rustc-dep-of-std = ['core', 'compiler_builtins']
+rustc-dep-of-std = ["core"]
0 commit comments