File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
branches/try/src/librustc/middle Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: edeb4f1c86cbf6af8ef9874d4b3af50f721ea1b8
3
3
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4
- refs/heads/try: 57909f7068c5a2fb63f15bc43a7d3e823205608a
4
+ refs/heads/try: 81eab1cab6e96b4430409245b83cc51cd40c2f9f
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- //! This file defines
11
+ //! This file handles the relationships between free regions --
12
+ //! meaning lifetime parameters. Ordinarily, free regions are
13
+ //! unrelated to one another, but they can be related vai implied or
14
+ //! explicit bounds. In that case, we track the bounds using the
15
+ //! `TransitiveRelation` type and use that to decide when one free
16
+ //! region outlives another and so forth.
12
17
13
18
use middle:: ty:: { self , FreeRegion , Region } ;
14
19
use middle:: wf:: ImpliedBound ;
You can’t perform that action at this time.
0 commit comments