diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-12-13 15:32:52 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-12-18 07:33:26 +0000 |
| commit | e7fb93bf9b4261cd786977f7a41a9ff63ff22a0a (patch) | |
| tree | e2796f58c721889729c5fe4c9f44c0dcf61a502f /compiler/rustc_borrowck/src/lib.rs | |
| parent | a5f05919e0b6d7036a4cd161a02b93150af41758 (diff) | |
| download | rust-e7fb93bf9b4261cd786977f7a41a9ff63ff22a0a.tar.gz rust-e7fb93bf9b4261cd786977f7a41a9ff63ff22a0a.zip | |
set up skeleton for localized constraints conversion
Diffstat (limited to 'compiler/rustc_borrowck/src/lib.rs')
| -rw-r--r-- | compiler/rustc_borrowck/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_borrowck/src/lib.rs b/compiler/rustc_borrowck/src/lib.rs index 63e20b16f7a..f42945787e1 100644 --- a/compiler/rustc_borrowck/src/lib.rs +++ b/compiler/rustc_borrowck/src/lib.rs @@ -202,6 +202,7 @@ fn do_mir_borrowck<'tcx>( polonius_output, opt_closure_req, nll_errors, + localized_outlives_constraints, } = nll::compute_regions( &infcx, free_regions, |
