]> git.lizzy.rs Git - rust.git/commitdiff
anon NormalizeTy DepNode
authorMarco Concetto Rudilosso <marcoconcettorudilosso@gmail.com>
Sat, 21 Oct 2017 19:11:27 +0000 (20:11 +0100)
committerMarco Concetto Rudilosso <marcoconcettorudilosso@gmail.com>
Sat, 21 Oct 2017 21:50:21 +0000 (22:50 +0100)
src/librustc/dep_graph/dep_node.rs

index 91c84e539cf3bdd5bab2fbccdcd49b4ff80ccd13..7bf8c6168174ceb8af2968b2fb164ed727460098 100644 (file)
@@ -632,7 +632,7 @@ pub fn fingerprint_needed_for_crate_hash(self) -> bool {
     [] CodegenUnit(InternedString),
     [] CompileCodegenUnit(InternedString),
     [] OutputFilenames,
-    [] NormalizeTy,
+    [anon] NormalizeTy,
     // We use this for most things when incr. comp. is turned off.
     [] Null,
 );