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/debuginfo | |
| parent | e3177c6f3f164a4ff28d246c5028123251942164 (diff) | |
| download | rust-dea13b4bc7fc51caeb950a531b9652599dba2a2e.tar.gz rust-dea13b4bc7fc51caeb950a531b9652599dba2a2e.zip | |
Move path2cstr to rustc_fs_util
Diffstat (limited to 'src/librustc_codegen_llvm/debuginfo')
| -rw-r--r-- | src/librustc_codegen_llvm/debuginfo/metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs b/src/librustc_codegen_llvm/debuginfo/metadata.rs index 69ef92ed98e..3ae30e85796 100644 --- a/src/librustc_codegen_llvm/debuginfo/metadata.rs +++ b/src/librustc_codegen_llvm/debuginfo/metadata.rs @@ -35,7 +35,7 @@ use rustc::ty::{self, AdtKind, ParamEnv, Ty, TyCtxt}; use rustc::ty::layout::{self, Align, LayoutOf, PrimitiveExt, Size, TyLayout}; use rustc::session::config; use rustc::util::nodemap::FxHashMap; -use rustc::util::common::path2cstr; +use rustc_fs_util::path2cstr; use libc::{c_uint, c_longlong}; use std::ffi::CString; |
