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.
RustcInternal
StableBody
1 parent 08cdc2f commit 7a4fb11Copy full SHA for 7a4fb11
Cargo.lock
@@ -4741,6 +4741,7 @@ dependencies = [
4741
"rustc_ast_pretty",
4742
"rustc_data_structures",
4743
"rustc_hir",
4744
+ "rustc_index",
4745
"rustc_middle",
4746
"rustc_session",
4747
"rustc_span",
compiler/rustc_smir/Cargo.toml
@@ -10,6 +10,7 @@ rustc_ast = { path = "../rustc_ast" }
10
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
11
rustc_data_structures = { path = "../rustc_data_structures" }
12
rustc_hir = { path = "../rustc_hir" }
13
+rustc_index = { path = "../rustc_index" }
14
rustc_middle = { path = "../rustc_middle" }
15
rustc_session = { path = "../rustc_session" }
16
rustc_span = { path = "../rustc_span" }
0 commit comments