]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/dep_graph/dep_node.rs
integrate anon dep nodes into trait selection
[rust.git] / src / librustc / dep_graph / dep_node.rs
index c6275e84645843296d34ac08bb6781de4c4b9a82..8e2c44a427b7099da78d94f6db0ee79b221604c3 100644 (file)
@@ -495,7 +495,7 @@ pub fn to_dep_node(self, tcx: TyCtxt, kind: DepKind) -> DepNode {
     // imprecision in our dep-graph tracking.  The important thing is
     // that for any given trait-ref, we always map to the **same**
     // trait-select node.
-    [] TraitSelect { trait_def_id: DefId, input_def_id: DefId },
+    [anon] TraitSelect,
 
     // For proj. cache, we just keep a list of all def-ids, since it is
     // not a hotspot.