]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/Cargo.toml
Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa
[rust.git] / src / librustc_plugin_impl / Cargo.toml
index a9bbe429c00cce346de21c9474742d9e7d95ef93..54cceca7d3afb3615a08b8e2737171b9b3bce75a 100644 (file)
@@ -12,6 +12,7 @@ doctest = false
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_metadata = { path = "../librustc_metadata" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }