Skip to content

Commit 0582fed

Browse files
committed
middle/outlives.rs: fix typo
1 parent b7e849b commit 0582fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/outlives.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn compute_components<'a,'tcx>(infcx: &InferCtxt<'a,'tcx>,
141141
// rule, which requires that `Pi: 'a` for all `i`.
142142

143143
if !data.has_escaping_regions() {
144-
// best case: no escaping reions, so push the
144+
// best case: no escaping regions, so push the
145145
// projection and skip the subtree (thus
146146
// generating no constraints for Pi).
147147
out.push(Component::Projection(*data));

0 commit comments

Comments
 (0)