X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_ty_utils%2FCargo.toml;h=d03d675bfd231d546e097d7164cd1114a5ee7d29;hb=a24ca036601f0bba22cb73fa9e90893f26779b26;hp=78df95e680e005fd7fcc7c0d626f153b1dda6517;hpb=13cc27b4450d99a2e85a656de3936af65332a716;p=rust.git diff --git a/compiler/rustc_ty_utils/Cargo.toml b/compiler/rustc_ty_utils/Cargo.toml index 78df95e680e..d03d675bfd2 100644 --- a/compiler/rustc_ty_utils/Cargo.toml +++ b/compiler/rustc_ty_utils/Cargo.toml @@ -14,3 +14,4 @@ rustc_span = { path = "../rustc_span" } rustc_session = { path = "../rustc_session" } rustc_target = { path = "../rustc_target" } rustc_trait_selection = { path = "../rustc_trait_selection" } +rustc_type_ir = { path = "../rustc_type_ir" }