The details of higher-rank sub are in the rustc book not a doc module.
This commit is contained in:
parent
4d8a7c2829
commit
76ff0f408a
@ -24,9 +24,9 @@ impl<'a, 'tcx> CombineFields<'a, 'tcx> {
|
|||||||
// as-is, we need to do some extra work here in order to make sure
|
// as-is, we need to do some extra work here in order to make sure
|
||||||
// that function subtyping works correctly with respect to regions
|
// that function subtyping works correctly with respect to regions
|
||||||
//
|
//
|
||||||
// Note: this is a subtle algorithm. For a full explanation,
|
// Note: this is a subtle algorithm. For a full explanation, please see
|
||||||
// please see the large comment at the end of the file in the (inlined) module
|
// the rustc dev guide:
|
||||||
// `doc`.
|
// <https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference/placeholders_and_universes.html>
|
||||||
|
|
||||||
let span = self.trace.cause.span;
|
let span = self.trace.cause.span;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user