diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2015-08-18 17:38:19 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2015-08-18 17:38:19 -0400 |
| commit | 5e126e498412bf0531eab499edc2fbe6bf52af2a (patch) | |
| tree | bcf56073dc8f123f2da976f8b006e74a78fa397d /src/librustc_data_structures/lib.rs | |
| parent | 4756d4a635ff98334030775783835fccf7e4b4c9 (diff) | |
| download | rust-5e126e498412bf0531eab499edc2fbe6bf52af2a.tar.gz rust-5e126e498412bf0531eab499edc2fbe6bf52af2a.zip | |
implement transitive relation type that can compute transitive
closures, upper bounds, and other fun things
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 845202209b2..78edae76253 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -37,6 +37,7 @@ pub mod bitvec; pub mod graph; pub mod ivar; pub mod snapshot_vec; +pub mod transitive_relation; pub mod unify; // See comments in src/librustc/lib.rs |
