about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_hir_analysis/Cargo.toml')
-rw-r--r--compiler/rustc_hir_analysis/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_hir_analysis/Cargo.toml b/compiler/rustc_hir_analysis/Cargo.toml
index a64466884d8..f56cedebfb0 100644
--- a/compiler/rustc_hir_analysis/Cargo.toml
+++ b/compiler/rustc_hir_analysis/Cargo.toml
@@ -15,6 +15,7 @@ rustc_attr = { path = "../rustc_attr" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
+rustc_fluent_macro = { path = "../rustc_fluent_macro" }
 rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }