diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-08-03 15:37:15 -0600 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-08-09 10:00:25 -0600 |
| commit | dea13b4bc7fc51caeb950a531b9652599dba2a2e (patch) | |
| tree | f9c7a3975326f635e57d44680a63e14f7f3b6cff /src/librustc_codegen_llvm/back | |
| parent | e3177c6f3f164a4ff28d246c5028123251942164 (diff) | |
| download | rust-dea13b4bc7fc51caeb950a531b9652599dba2a2e.tar.gz rust-dea13b4bc7fc51caeb950a531b9652599dba2a2e.zip | |
Move path2cstr to rustc_fs_util
Diffstat (limited to 'src/librustc_codegen_llvm/back')
| -rw-r--r-- | src/librustc_codegen_llvm/back/write.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_codegen_llvm/back/write.rs b/src/librustc_codegen_llvm/back/write.rs index 7630849d675..cdfa874b177 100644 --- a/src/librustc_codegen_llvm/back/write.rs +++ b/src/librustc_codegen_llvm/back/write.rs @@ -30,8 +30,7 @@ use CrateInfo; use rustc::hir::def_id::{CrateNum, LOCAL_CRATE}; use rustc::ty::TyCtxt; use rustc::util::common::{time_ext, time_depth, set_time_depth, print_time_passes_entry}; -use rustc::util::common::path2cstr; -use rustc_fs_util::link_or_copy; +use rustc_fs_util::{path2cstr, link_or_copy}; use errors::{self, Handler, Level, DiagnosticBuilder, FatalError, DiagnosticId}; use errors::emitter::{Emitter}; use syntax::attr; |
