rust/src/librustc_index/lib.rs

8 lines
147 B
Rust
Raw Normal View History

2019-09-25 19:09:51 +00:00
#![feature(allow_internal_unstable)]
#![feature(unboxed_closures)]
#![feature(test)]
2019-09-25 19:09:51 +00:00
#![feature(fn_traits)]
pub mod indexed_vec;
2019-09-26 03:26:16 +00:00
pub mod bit_set;