X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_const_eval%2FCargo.toml;h=32e8233a0415ff868a840e525a974102766f09f4;hb=3694b7d307b7516757651952b30bb97b6ba5c049;hp=4ed908a383332bc21d01c9b01fc831b33c8893b5;hpb=4de99e187c0e389449d96db847d5d9ad68259954;p=rust.git diff --git a/compiler/rustc_const_eval/Cargo.toml b/compiler/rustc_const_eval/Cargo.toml index 4ed908a3833..32e8233a041 100644 --- a/compiler/rustc_const_eval/Cargo.toml +++ b/compiler/rustc_const_eval/Cargo.toml @@ -24,3 +24,4 @@ rustc_session = { path = "../rustc_session" } rustc_target = { path = "../rustc_target" } rustc_trait_selection = { path = "../rustc_trait_selection" } rustc_span = { path = "../rustc_span" } +rustc_type_ir = { path = "../rustc_type_ir" }