mv compiler to compiler/
This commit is contained in:
parent
db534b3ac2
commit
9e5f7d5631
1686 changed files with 941 additions and 1051 deletions
11
compiler/rustc_index/src/lib.rs
Normal file
11
compiler/rustc_index/src/lib.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
#![feature(allow_internal_unstable)]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_panic)]
|
||||
#![feature(extend_one)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(test)]
|
||||
#![feature(fn_traits)]
|
||||
|
||||
pub mod bit_set;
|
||||
pub mod vec;
|
Loading…
Add table
Add a link
Reference in a new issue