We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f99118 commit 03ff38eCopy full SHA for 03ff38e
src/librustc/dep_graph/dep_node.rs
@@ -315,12 +315,10 @@ define_dep_nodes!(
315
Coherence,
316
Resolve,
317
CoherenceCheckTrait(DefId),
318
- Variance,
319
PrivacyAccessLevels(CrateNum),
320
321
// Represents the MIR for a fn; also used as the task node for
322
// things read/modify that MIR.
323
- MirKrate,
324
Mir(DefId),
325
MirShim(DefIdList),
326
@@ -350,7 +348,6 @@ define_dep_nodes!(
350
348
InherentImpls(DefId),
351
349
TypeckBodiesKrate,
352
TypeckTables(DefId),
353
- UsedTraitImports(DefId),
354
ConstEval(DefId),
355
SymbolName(DefId),
356
SpecializationGraph(DefId),
0 commit comments