@@ -465,10 +465,10 @@ define_dep_nodes!( <'tcx>
465
465
466
466
// Represents different phases in the compiler.
467
467
[ ] RegionScopeTree ( DefId ) ,
468
- [ ] Coherence ,
469
- [ ] CoherenceInherentImplOverlapCheck ,
468
+ [ eval_always ] Coherence ,
469
+ [ eval_always ] CoherenceInherentImplOverlapCheck ,
470
470
[ ] CoherenceCheckTrait ( DefId ) ,
471
- [ ] PrivacyAccessLevels ( CrateNum ) ,
471
+ [ eval_always ] PrivacyAccessLevels ( CrateNum ) ,
472
472
473
473
// Represents the MIR for a fn; also used as the task node for
474
474
// things read/modify that MIR.
@@ -485,7 +485,7 @@ define_dep_nodes!( <'tcx>
485
485
486
486
[ ] Reachability ,
487
487
[ ] MirKeys ,
488
- [ ] CrateVariances ,
488
+ [ eval_always ] CrateVariances ,
489
489
490
490
// Nodes representing bits of computed IR in the tcx. Each shared
491
491
// table in the tcx (or elsewhere) maps to one of these
@@ -515,7 +515,7 @@ define_dep_nodes!( <'tcx>
515
515
[ ] DtorckConstraint ( DefId ) ,
516
516
[ ] AdtDestructor ( DefId ) ,
517
517
[ ] AssociatedItemDefIds ( DefId ) ,
518
- [ ] InherentImpls ( DefId ) ,
518
+ [ eval_always ] InherentImpls ( DefId ) ,
519
519
[ ] TypeckBodiesKrate ,
520
520
[ ] TypeckTables ( DefId ) ,
521
521
[ ] HasTypeckTables ( DefId ) ,
@@ -584,7 +584,7 @@ define_dep_nodes!( <'tcx>
584
584
[ ] IsCompilerBuiltins ( CrateNum ) ,
585
585
[ ] HasGlobalAllocator ( CrateNum ) ,
586
586
[ ] ExternCrate ( DefId ) ,
587
- [ ] LintLevels ,
587
+ [ eval_always ] LintLevels ,
588
588
[ ] Specializes { impl1: DefId , impl2: DefId } ,
589
589
[ input] InScopeTraits ( DefIndex ) ,
590
590
[ ] ModuleExports ( DefId ) ,
@@ -643,7 +643,7 @@ define_dep_nodes!( <'tcx>
643
643
[ ] StabilityIndex ,
644
644
[ ] AllCrateNums ,
645
645
[ ] ExportedSymbols ( CrateNum ) ,
646
- [ ] CollectAndPartitionTranslationItems ,
646
+ [ eval_always ] CollectAndPartitionTranslationItems ,
647
647
[ ] ExportName ( DefId ) ,
648
648
[ ] ContainsExternIndicator ( DefId ) ,
649
649
[ ] IsTranslatedFunction ( DefId ) ,
0 commit comments