Skip to content

Commit 340a2b5

Browse files
committed
---
yaml --- r: 226959 b: refs/heads/master c: 0582fed h: refs/heads/master i: 226957: f581ec7 226955: 8036f2e 226951: cec36b2 226943: 79d2d27 v: v3
1 parent df16e2f commit 340a2b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b7e849bf6a866aa588a480dd6229aa4ea09a3f22
2+
refs/heads/master: 0582fed63fa7207c4694e4c83adbecc46c089a77
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/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)