Skip to content

Commit 5e126e4

Browse files
committed
implement transitive relation type that can compute transitive
closures, upper bounds, and other fun things
1 parent 4756d4a commit 5e126e4

File tree

2 files changed

+464
-0
lines changed

2 files changed

+464
-0
lines changed

src/librustc_data_structures/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub mod bitvec;
3737
pub mod graph;
3838
pub mod ivar;
3939
pub mod snapshot_vec;
40+
pub mod transitive_relation;
4041
pub mod unify;
4142

4243
// See comments in src/librustc/lib.rs

0 commit comments

Comments
 (0)