summary refs log tree commit diff
path: root/src/librustc_index/lib.rs
blob: 6fef49668da5fc38d7558dfccfebf0b72dee8d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
#![feature(allow_internal_unstable)]
#![cfg_attr(bootstrap, 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;