X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc%2Fty%2Fquery%2Fplumbing.rs;h=6d9fff351e9b80d5bb21d4e3a963498fa5352cd6;hb=20ce2f6038913058f548f56e1ff1fad29d4df07f;hp=117a38c655eaa51a7b66808c66955afcd9705bef;hpb=8ed586581dd8336f54abc45f913680060c5e4187;p=rust.git diff --git a/src/librustc/ty/query/plumbing.rs b/src/librustc/ty/query/plumbing.rs index 117a38c655e..6d9fff351e9 100644 --- a/src/librustc/ty/query/plumbing.rs +++ b/src/librustc/ty/query/plumbing.rs @@ -1177,7 +1177,6 @@ pub fn force_from_dep_node(tcx: TyCtxt<'_>, dep_node: &DepNode) -> bool { // These are inputs that are expected to be pre-allocated and that // should therefore always be red or green already. DepKind::AllLocalTraitImpls | - DepKind::Krate | DepKind::CrateMetadata | DepKind::HirBody | DepKind::Hir |