extern rustc_index

This commit is contained in:
Shotaro Yamada
2019-10-02 08:02:18 +09:00
parent 866729f5db
commit 4cded6d901
2 changed files with 4 additions and 5 deletions

View File

@@ -27,6 +27,8 @@ extern crate rustc_driver;
#[allow(unused_extern_crates)]
extern crate rustc_errors;
#[allow(unused_extern_crates)]
extern crate rustc_index;
#[allow(unused_extern_crates)]
extern crate rustc_mir;
#[allow(unused_extern_crates)]
extern crate rustc_target;