]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_borrowck/borrowck/mod.rs
Update region_scope_tree
[rust.git] / src / librustc_borrowck / borrowck / mod.rs
index 540f374bcf9dc8d65dcd6fc235ef8a96d370d055..65a550b1b8914a821534615834e3eaa9b1febcae 100644 (file)
@@ -228,7 +228,7 @@ pub struct BorrowckCtxt<'a, 'tcx: 'a> {
     // Some in `borrowck_fn` and cleared later
     tables: &'a ty::TypeckTables<'tcx>,
 
-    region_scope_tree: Lrc<region::ScopeTree>,
+    region_scope_tree: &'tcx region::ScopeTree,
 
     owner_def_id: DefId,