Skip to content

Commit 629e3a3

Browse files
committed
Make crate_variances a regular query
1 parent 0b7b454 commit 629e3a3

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
@@ -462,7 +462,7 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
462462
[] CollectModItemTypes(DefId),
463463

464464
[] Reachability,
465-
[eval_always] CrateVariances,
465+
[] CrateVariances,
466466

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

0 commit comments

Comments
 (0)