middle/outlives.rs: fix typo
This commit is contained in:
parent
b7e849bf6a
commit
0582fed63f
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ fn compute_components<'a,'tcx>(infcx: &InferCtxt<'a,'tcx>,
|
|||
// rule, which requires that `Pi: 'a` for all `i`.
|
||||
|
||||
if !data.has_escaping_regions() {
|
||||
// best case: no escaping reions, so push the
|
||||
// best case: no escaping regions, so push the
|
||||
// projection and skip the subtree (thus
|
||||
// generating no constraints for Pi).
|
||||
out.push(Component::Projection(*data));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue