Skip to content

Commit eccec74

Browse files
committed
deps(rustc_expand): Add rustc_middle as a dep
1 parent 19f42cb commit eccec74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3654,6 +3654,7 @@ dependencies = [
36543654
"rustc_lexer",
36553655
"rustc_lint_defs",
36563656
"rustc_macros",
3657+
"rustc_middle",
36573658
"rustc_parse",
36583659
"rustc_serialize",
36593660
"rustc_session",

compiler/rustc_expand/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rustc_hir = { path = "../rustc_hir" }
2121
rustc_lexer = { path = "../rustc_lexer" }
2222
rustc_lint_defs = { path = "../rustc_lint_defs" }
2323
rustc_macros = { path = "../rustc_macros" }
24+
rustc_middle = { path = "../rustc_middle" }
2425
rustc_parse = { path = "../rustc_parse" }
2526
rustc_serialize = { path = "../rustc_serialize" }
2627
rustc_session = { path = "../rustc_session" }

0 commit comments

Comments
 (0)