We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc-dep-of-std
1 parent 9f3bde2 commit 46b020aCopy full SHA for 46b020a
1 file changed
Cargo.toml
@@ -42,7 +42,13 @@ js = ["wasm-bindgen", "js-sys"]
42
# Feature to enable custom RNG implementations
43
custom = []
44
# Unstable feature to support being a libstd dependency
45
-rustc-dep-of-std = ["compiler_builtins", "core"]
+rustc-dep-of-std = [
46
+ "compiler_builtins",
47
+ "core",
48
+ "libc/rustc-dep-of-std",
49
+ "wasi/rustc-dep-of-std",
50
+ "hermit-abi/rustc-dep-of-std",
51
+]
52
# Unstable/test-only feature to run wasm-bindgen tests in a browser
53
test-in-browser = []
54
0 commit comments