Skip to content

Commit e014f69

Browse files
committed
deps(rustc_expand): Add rustc_middle as a dep
1 parent 0f442e2 commit e014f69

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
@@ -3688,6 +3688,7 @@ dependencies = [
36883688
"rustc_lexer",
36893689
"rustc_lint_defs",
36903690
"rustc_macros",
3691+
"rustc_middle",
36913692
"rustc_parse",
36923693
"rustc_serialize",
36933694
"rustc_session",

compiler/rustc_expand/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ rustc_fluent_macro = { path = "../rustc_fluent_macro" }
2020
rustc_lexer = { path = "../rustc_lexer" }
2121
rustc_lint_defs = { path = "../rustc_lint_defs" }
2222
rustc_macros = { path = "../rustc_macros" }
23+
rustc_middle = { path = "../rustc_middle" }
2324
rustc_parse = { path = "../rustc_parse" }
2425
rustc_serialize = { path = "../rustc_serialize" }
2526
rustc_session = { path = "../rustc_session" }

0 commit comments

Comments
 (0)