Skip to content

Commit 2a1929f

Browse files
committed
Implement RustcInternal for StableBody
1 parent d3dd34a commit 2a1929f

File tree

4 files changed

+681
-1
lines changed

4 files changed

+681
-1
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -4715,6 +4715,7 @@ dependencies = [
47154715
"rustc_ast_pretty",
47164716
"rustc_data_structures",
47174717
"rustc_hir",
4718+
"rustc_index",
47184719
"rustc_middle",
47194720
"rustc_session",
47204721
"rustc_span",

compiler/rustc_smir/Cargo.toml

+1
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)