Skip to content

Commit

Permalink
Make crate_variances a regular query
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Mar 26, 2019
1 parent 0b7b454 commit 629e3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/dep_graph/dep_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
[] CollectModItemTypes(DefId),

[] Reachability,
[eval_always] CrateVariances,
[] CrateVariances,

// Nodes representing bits of computed IR in the tcx. Each shared
// table in the tcx (or elsewhere) maps to one of these
Expand Down

0 comments on commit 629e3a3

Please sign in to comment.