about summary refs log tree commit diff
path: root/src/librustc_index/lib.rs
blob: ad242dfd2e0c179f3d2d87c793a0d810f89b257e (plain)
1
2
3
4
5
6
7
#![feature(allow_internal_unstable)]
#![feature(unboxed_closures)]
#![feature(test)]
#![feature(fn_traits)]

pub mod vec;
pub mod bit_set;