We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a895069 commit 179fd38Copy full SHA for 179fd38
compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
@@ -66,7 +66,7 @@ impl<'tcx> DebugContext<'tcx> {
66
rustc_interface::util::version_str().unwrap_or("unknown version"),
67
cranelift_codegen::VERSION,
68
);
69
- let comp_dir = tcx.sess.working_dir.to_string_lossy(false).into_owned();
+ let comp_dir = tcx.sess.opts.working_dir.to_string_lossy(false).into_owned();
70
let (name, file_info) = match tcx.sess.local_crate_source_file.clone() {
71
Some(path) => {
72
let name = path.to_string_lossy().into_owned();
0 commit comments