]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/arena.rs
Update region_scope_tree
[rust.git] / src / librustc / arena.rs
index e9751a23f121897540a1b5d1bc75f3d9bddbbafc..2c975f17dcaa5ddd44c481d94226dfad3ddc0ca1 100644 (file)
@@ -16,6 +16,7 @@ macro_rules! arena_types {
             )>,
             [few] mir_keys: rustc::util::nodemap::DefIdSet,
             [decode] specialization_graph: rustc::traits::specialization_graph::Graph,
+            [] region_scope_tree: rustc::middle::region::ScopeTree,
         ], $tcx);
     )
 }