@@ -242,7 +242,7 @@ as the NLL solver must not only know *what* regions outlive each other,
242
242
but also * where* . Finally, the NLL solver invokes [ ` take_region_var_origins ` ] ,
243
243
providing all region variables to the solver.
244
244
245
- [ `resolve_regions_and_report_errors` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_infer/infer /struct.InferCtxt .html#method.resolve_regions_and_report_errors
245
+ [ `resolve_regions_and_report_errors` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_trait_selection/traits /struct.ObligationCtxt .html#method.resolve_regions_and_report_errors
246
246
[ `lexical_region_resolve` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_infer/infer/lexical_region_resolve/index.html
247
247
[ `take_and_reset_region_constraints` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_infer/infer/struct.InferCtxt.html#method.take_and_reset_region_constraints
248
248
[ `take_region_var_origins` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_infer/infer/struct.InferCtxt.html#method.take_region_var_origins
0 commit comments