We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47936b4 commit 3e69335Copy full SHA for 3e69335
compiler/rustc_type_ir/Cargo.toml
@@ -10,8 +10,8 @@ derivative = "2.2.0"
10
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
11
rustc_index = { path = "../rustc_index", default-features = false }
12
rustc_macros = { path = "../rustc_macros", optional = true }
13
-rustc_span = { path = "../rustc_span", optional = true }
14
rustc_serialize = { path = "../rustc_serialize", optional = true }
+rustc_span = { path = "../rustc_span", optional = true }
15
smallvec = { version = "1.8.1" }
16
# tidy-alphabetical-end
17
@@ -21,8 +21,8 @@ nightly = [
21
"smallvec/may_dangle",
22
"smallvec/union",
23
"rustc_index/nightly",
24
- "rustc_span",
25
"rustc_serialize",
+ "rustc_span",
26
"rustc_data_structures",
27
"rustc_macros",
28
]
0 commit comments