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 aef1989 commit 55e435cCopy full SHA for 55e435c
rls-rustc/src/lib.rs
@@ -121,7 +121,7 @@ impl Callbacks for ShimCalls {
121
let sess = compiler.session();
122
let input = compiler.input();
123
124
- let cwd = &sess.working_dir.local_path_if_available();
+ let cwd = &sess.opts.working_dir.local_path_if_available();
125
126
let src_path = match input {
127
Input::File(ref name) => Some(name.to_path_buf()),
@@ -209,7 +209,7 @@ impl Callbacks for ShimCalls {
209
210
#[cfg(feature = "ipc")]
211
fn fetch_input_files(sess: &rustc_session::Session) -> Vec<PathBuf> {
212
213
214
sess.source_map()
215
.files()
0 commit comments