about summary refs log tree commit diff
path: root/compiler/rustc_index/src/lib.rs
blob: 7919e409253925a804346fdf36906041ca391a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
#![feature(allow_internal_unstable)]
#![feature(bench_black_box)]
#![feature(extend_one)]
#![feature(min_specialization)]
#![feature(step_trait)]
#![feature(test)]
#![feature(let_else)]

pub mod bit_set;
pub mod interval;
pub mod vec;