File tree Expand file tree Collapse file tree
compiler/rustc_middle/src/dep_graph Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,10 +395,10 @@ impl DepGraphData {
395395 }
396396 _ => {
397397 // The dep node indices are hashed here instead of hashing the dep nodes of the
398- // dependencies. These indices may refer to different nodes per session, but this isn't
399- // a problem here because we that ensure the final dep node hash is per session only by
400- // combining it with the per session random number `anon_id_seed`. This hash only need
401- // to map the dependencies to a single value on a per session basis.
398+ // dependencies. These indices may refer to different nodes per session, but this
399+ // isn't a problem here because we that ensure the final dep node hash is per
400+ // session only by combining it with the per session `anon_id_seed`. This hash only
401+ // need to map the dependencies to a single value on a per session basis.
402402 let mut hasher = StableHasher :: new ( ) ;
403403 reads. hash ( & mut hasher) ;
404404
You can’t perform that action at this time.
0 commit comments