1
Fork 0

incr.comp.: Add missing [input] annotation for DepNode::MaybeUnusedExternCrates

This commit is contained in:
Michael Woerister 2017-11-15 15:21:19 +01:00
parent 279b6df1f2
commit 13582c6b58

View file

@ -618,7 +618,7 @@ define_dep_nodes!( <'tcx>
[input] Freevars(DefId),
[input] MaybeUnusedTraitImport(DefId),
[] MaybeUnusedExternCrates,
[input] MaybeUnusedExternCrates,
[] StabilityIndex,
[input] AllCrateNums,
[] ExportedSymbols(CrateNum),