]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/Cargo.toml
Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillot
[rust.git] / compiler / rustc_codegen_ssa / Cargo.toml
index e7ee424668b864af206d92baa63efdf89affea39..46d6344dbb2ef9d273daa0a14d1937c527a5738c 100644 (file)
@@ -40,6 +40,7 @@ rustc_metadata = { path = "../rustc_metadata" }
 rustc_query_system = { path = "../rustc_query_system" }
 rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
+rustc_const_eval = { path = "../rustc_const_eval" }
 
 [dependencies.object]
 version = "0.29.0"