Skip to content

Commit 31d28f4

Browse files
committed
Make crate_variances a regular query
1 parent d698691 commit 31d28f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/dep_graph/dep_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ define_dep_nodes!( <'tcx>
468468

469469
[] Reachability,
470470
[] MirKeys,
471-
[eval_always] CrateVariances,
471+
[] CrateVariances,
472472

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

0 commit comments

Comments
 (0)