Skip to content

Commit e857ce9

Browse files
committed
deps(rustc_expand): Add rustc_middle as a dep
1 parent f415c07 commit e857ce9

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
@@ -3662,6 +3662,7 @@ dependencies = [
36623662
"rustc_lexer",
36633663
"rustc_lint_defs",
36643664
"rustc_macros",
3665+
"rustc_middle",
36653666
"rustc_parse",
36663667
"rustc_serialize",
36673668
"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)