Skip to content

Commit 20ae2d9

Browse files
committed
moved depnode
1 parent 73c9543 commit 20ae2d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/dep_graph/dep_node.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,9 @@ define_dep_nodes!( <'tcx>
632632
[] CodegenUnit(InternedString),
633633
[] CompileCodegenUnit(InternedString),
634634
[] OutputFilenames,
635-
635+
[] NormalizeTy,
636636
// We use this for most things when incr. comp. is turned off.
637637
[] Null,
638-
[] NormalizeTy,
639638
);
640639

641640
trait DepNodeParams<'a, 'gcx: 'tcx + 'a, 'tcx: 'a> : fmt::Debug {

0 commit comments

Comments
 (0)