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 e3f909b commit 7036db2Copy full SHA for 7036db2
Cargo.lock
@@ -3689,6 +3689,7 @@ dependencies = [
3689
"rustc_lexer",
3690
"rustc_lint_defs",
3691
"rustc_macros",
3692
+ "rustc_middle",
3693
"rustc_parse",
3694
"rustc_serialize",
3695
"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