]> git.proxmox.com Git - rustc.git/blob - src/librustc_index/lib.rs
6fef49668da5fc38d7558dfccfebf0b72dee8d79
[rustc.git] / src / librustc_index / lib.rs
1 #![feature(allow_internal_unstable)]
2 #![cfg_attr(bootstrap, feature(const_if_match))]
3 #![feature(const_fn)]
4 #![feature(const_panic)]
5 #![feature(extend_one)]
6 #![feature(unboxed_closures)]
7 #![feature(test)]
8 #![feature(fn_traits)]
9
10 pub mod bit_set;
11 pub mod vec;