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 f5f88ea commit 042debbCopy full SHA for 042debb
compiler/rustc_index/Cargo.toml
@@ -8,15 +8,14 @@ edition = "2024"
8
itertools = "0.12"
9
rustc_index_macros = { path = "../rustc_index_macros" }
10
rustc_macros = { path = "../rustc_macros", optional = true }
11
-rustc_serialize = { path = "../rustc_serialize", optional = true }
+rustc_serialize = { path = "../rustc_serialize" }
12
smallvec = "1.8.1"
13
# tidy-alphabetical-end
14
15
[features]
16
# tidy-alphabetical-start
17
default = ["nightly"]
18
nightly = [
19
- "dep:rustc_serialize",
20
"dep:rustc_macros",
21
"rustc_index_macros/nightly",
22
]
0 commit comments