Skip to content

Commit a3667d3

Browse files
committed
anon NormalizeTy DepNode
1 parent 20ae2d9 commit a3667d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/dep_graph/dep_node.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ define_dep_nodes!( <'tcx>
632632
[] CodegenUnit(InternedString),
633633
[] CompileCodegenUnit(InternedString),
634634
[] OutputFilenames,
635-
[] NormalizeTy,
635+
[anon] NormalizeTy,
636636
// We use this for most things when incr. comp. is turned off.
637637
[] Null,
638638
);

0 commit comments

Comments
 (0)