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.
1 parent 701ebf1 commit d74ae4bCopy full SHA for d74ae4b
Cargo.toml
@@ -10,3 +10,10 @@ documentation = "https://docs.rs/rustc-demangle"
10
description = """
11
Rust compiler symbol demangling.
12
"""
13
+
14
+[dependencies]
15
+core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
16
+compiler_builtins = { version = '0.1.2', optional = true }
17
18
+[features]
19
+rustc-dep-of-std = ['core', 'compiler_builtins']
0 commit comments