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 0f442e2 commit e014f69Copy full SHA for e014f69
Cargo.lock
@@ -3688,6 +3688,7 @@ dependencies = [
3688
"rustc_lexer",
3689
"rustc_lint_defs",
3690
"rustc_macros",
3691
+ "rustc_middle",
3692
"rustc_parse",
3693
"rustc_serialize",
3694
"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