Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a7d3856

Browse files
Merge pull request #2576 from ada4a/patch-1
Update link to `resolve_regions_and_report_errors`
2 parents b19ce4d + 784e01f commit a7d3856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/type-inference.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ as the NLL solver must not only know *what* regions outlive each other,
242242
but also *where*. Finally, the NLL solver invokes [`take_region_var_origins`],
243243
providing all region variables to the solver.
244244

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
246246
[`lexical_region_resolve`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_infer/infer/lexical_region_resolve/index.html
247247
[`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
248248
[`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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /