summary refs log tree commit diff
path: root/src/librustc_index/lib.rs
blob: 3effc4164501155007c3006929201b2e9042d0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#![feature(allow_internal_unstable)]
#![feature(const_if_match)]
#![feature(const_fn)]
#![feature(const_panic)]
#![feature(extend_one)]
#![feature(unboxed_closures)]
#![feature(test)]
#![feature(fn_traits)]

pub mod bit_set;
pub mod vec;