We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3be8b commit e91e161Copy full SHA for e91e161
src/tools/run-make-support/src/rustc.rs
@@ -105,7 +105,7 @@ impl Rustc {
105
}
106
107
/// Generic file path provider.
108
- pub fn arg_path(&mut self, path: &[&str]) -> &mut RustcInvocationBuilder {
+ pub fn arg_path(&mut self, path: &[&str]) -> &mut Self {
109
let path_buf = path.iter().collect::<PathBuf>();
110
self.cmd.arg(path_buf.to_str().unwrap());
111
self
0 commit comments