Revamp RealFileName public methods
This commit is contained in:
@@ -190,7 +190,7 @@ impl<'tcx> DumpVisitor<'tcx> {
|
||||
};
|
||||
|
||||
let data = CompilationOptions {
|
||||
directory: self.tcx.sess.working_dir.stable_name().into(),
|
||||
directory: self.tcx.sess.working_dir.remapped_path_if_available().into(),
|
||||
program,
|
||||
arguments,
|
||||
output: self.save_ctxt.compilation_output(crate_name),
|
||||
|
||||
Reference in New Issue
Block a user