]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_interface/Cargo.toml
Auto merge of #80209 - erikdesjardins:ptrcmp, r=Mark-Simulacrum
[rust.git] / compiler / rustc_interface / Cargo.toml
index e214493a567b80e73088572e7c45a6033fa200cc..2481a27dee7951588f552ab92e4e87f985fcf4f1 100644 (file)
@@ -41,7 +41,7 @@ rustc_plugin_impl = { path = "../rustc_plugin_impl" }
 rustc_privacy = { path = "../rustc_privacy" }
 rustc_resolve = { path = "../rustc_resolve" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }
-rustc_ty = { path = "../rustc_ty" }
+rustc_ty_utils = { path = "../rustc_ty_utils" }
 tempfile = "3.0.5"
 
 [target.'cfg(windows)'.dependencies]