rename region_inference module to region_constraints

This commit is contained in:
Niko Matsakis 2017-11-05 06:34:22 -05:00
parent cff191d444
commit 23abd85138
11 changed files with 19 additions and 19 deletions

View file

@ -42,7 +42,7 @@ impl<'a,'tcx> Foo<'a,'tcx> {
// inferring `'_2` to be `'static` in this case, because
// it is created outside the closure but then related to
// regions bound by the closure itself. See the
// `region_inference.rs` file (and the `givens` field, in
// `region_constraints.rs` file (and the `givens` field, in
// particular) for more details.
this.foo()
}))