diff options
| author | Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> | 2015-07-20 15:48:24 +0300 |
|---|---|---|
| committer | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2015-08-06 14:16:52 +0300 |
| commit | 03ee3f5c204cb9b20c58a5cd2d61dc792727dad7 (patch) | |
| tree | 35456b07c4c96009ea260208613d8df70eb15a9f /src/librustc_data_structures/lib.rs | |
| parent | 859d2954ed974e4d81ea4c20140f6f15f4c6077e (diff) | |
| download | rust-03ee3f5c204cb9b20c58a5cd2d61dc792727dad7.tar.gz rust-03ee3f5c204cb9b20c58a5cd2d61dc792727dad7.zip | |
add an Ivar for write-only variables
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 1f8f7694ff9..558d15610df 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -36,4 +36,5 @@ extern crate serialize as rustc_serialize; // used by deriving pub mod snapshot_vec; pub mod graph; pub mod bitvec; +pub mod ivar; pub mod unify; |
