]> git.proxmox.com Git - rustc.git/blame - src/librustc_index/lib.rs
New upstream version 1.45.0+dfsg1
[rustc.git] / src / librustc_index / lib.rs
CommitLineData
e74abb32 1#![feature(allow_internal_unstable)]
ba9703b0
XL
2#![feature(const_if_match)]
3#![feature(const_fn)]
4#![feature(const_panic)]
f9f354fc 5#![feature(extend_one)]
e74abb32
XL
6#![feature(unboxed_closures)]
7#![feature(test)]
8#![feature(fn_traits)]
9
e74abb32 10pub mod bit_set;
dfeec247 11pub mod vec;