We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc_middle
1 parent 32c8a9f commit 3db813eCopy full SHA for 3db813e
Cargo.lock
@@ -3752,6 +3752,7 @@ dependencies = [
3752
"rustc_lexer",
3753
"rustc_lint_defs",
3754
"rustc_macros",
3755
+ "rustc_middle",
3756
"rustc_parse",
3757
"rustc_serialize",
3758
"rustc_session",
compiler/rustc_expand/Cargo.toml
@@ -20,6 +20,7 @@ rustc_fluent_macro = { path = "../rustc_fluent_macro" }
20
rustc_lexer = { path = "../rustc_lexer" }
21
rustc_lint_defs = { path = "../rustc_lint_defs" }
22
rustc_macros = { path = "../rustc_macros" }
23
+rustc_middle = { path = "../rustc_middle" }
24
rustc_parse = { path = "../rustc_parse" }
25
rustc_serialize = { path = "../rustc_serialize" }
26
rustc_session = { path = "../rustc_session" }
0 commit comments