]> git.lizzy.rs Git - rust.git/commitdiff
allow tests to refer to `ItemVariances`
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 25 Apr 2017 09:46:29 +0000 (05:46 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 3 May 2017 20:42:07 +0000 (16:42 -0400)
src/librustc/dep_graph/dep_node.rs

index b4920f909cbdae09d86f5f27bededaa76874edfb..6e8b26b0a70e448648e02951401d2f338412f6e8 100644 (file)
@@ -181,6 +181,7 @@ macro_rules! check {
             TransCrateItem,
             AssociatedItems,
             ItemSignature,
+            ItemVariances,
             IsForeignItem,
             AssociatedItemDefIds,
             InherentImpls,