Move rustc::util::fs into separate (new) crate
This commit is contained in:
parent
bf103700c6
commit
e3177c6f3f
13 changed files with 41 additions and 16 deletions
|
@ -55,6 +55,7 @@ extern crate rustc_incremental;
|
|||
extern crate rustc_llvm;
|
||||
extern crate rustc_platform_intrinsics as intrinsics;
|
||||
extern crate rustc_codegen_utils;
|
||||
extern crate rustc_fs_util;
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate syntax;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue