]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_save_analysis/src/span_utils.rs
Rollup merge of #102100 - GuillaumeGomez:stab-in-docblocks, r=notriddle
[rust.git] / compiler / rustc_save_analysis / src / span_utils.rs
index 1947b04f441c30025dad52f7152a5ad43fc17a09..8d6758f40f96522d3cbcc9ec79fad3790df563aa 100644 (file)
@@ -27,6 +27,7 @@ pub fn make_filename_string(&self, file: &SourceFile) -> String {
                         .to_string()
                 } else {
                     self.sess
+                        .opts
                         .working_dir
                         .remapped_path_if_available()
                         .join(&path)