Skip to content

Commit 81eab1c

Browse files
committed
completely aborted comment
1 parent 57909f7 commit 81eab1c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/librustc/middle/free_region.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

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.
1217
1318
use middle::ty::{self, FreeRegion, Region};
1419
use middle::wf::ImpliedBound;

0 commit comments

Comments
 (0)