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 b8bd10c commit 179c174Copy full SHA for 179c174
src/tools/compiletest/src/runtest/rustdoc_json.rs
@@ -13,7 +13,7 @@ impl TestCx<'_> {
13
panic!("failed to remove and recreate output directory `{out_dir}`: {e}")
14
});
15
16
- let proc_res = self.document(&out_dir, &self.testpaths);
+ let proc_res = self.document(&out_dir, self.testpaths);
17
if !proc_res.status.success() {
18
self.fatal_proc_rec("rustdoc failed!", &proc_res);
19
}
0 commit comments