about summary refs log tree commit diff
path: root/src/librustc_data_structures/lib.rs
diff options
context:
space:
mode:
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>2015-07-20 15:48:24 +0300
committerAriel Ben-Yehuda <ariel.byd@gmail.com>2015-08-06 14:16:52 +0300
commit03ee3f5c204cb9b20c58a5cd2d61dc792727dad7 (patch)
tree35456b07c4c96009ea260208613d8df70eb15a9f /src/librustc_data_structures/lib.rs
parent859d2954ed974e4d81ea4c20140f6f15f4c6077e (diff)
downloadrust-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.rs1
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;