Skip to content

Commit 7a4fb11

Browse files
committed
Implement RustcInternal for StableBody
1 parent 08cdc2f commit 7a4fb11

File tree

4 files changed

+681
-1
lines changed

4 files changed

+681
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,6 +4741,7 @@ dependencies = [
47414741
"rustc_ast_pretty",
47424742
"rustc_data_structures",
47434743
"rustc_hir",
4744+
"rustc_index",
47444745
"rustc_middle",
47454746
"rustc_session",
47464747
"rustc_span",

compiler/rustc_smir/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rustc_ast = { path = "../rustc_ast" }
1010
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
1111
rustc_data_structures = { path = "../rustc_data_structures" }
1212
rustc_hir = { path = "../rustc_hir" }
13+
rustc_index = { path = "../rustc_index" }
1314
rustc_middle = { path = "../rustc_middle" }
1415
rustc_session = { path = "../rustc_session" }
1516
rustc_span = { path = "../rustc_span" }

0 commit comments

Comments
 (0)