Add doc for output_base_name_stage.
This commit is contained in:
parent
bf816a2fe0
commit
c3af118086
1 changed files with 2 additions and 0 deletions
|
|
@ -1878,6 +1878,8 @@ impl<'test> TestCx<'test> {
|
|||
dir.join(&self.output_testname(&self.testpaths.file))
|
||||
}
|
||||
|
||||
/// Same as `output_base_name`, but includes the stage ID as an extension,
|
||||
/// such as: `.../compile-fail/foo/bar.stage1-<triple>`
|
||||
fn output_base_name_stage(&self) -> PathBuf {
|
||||
self.output_base_name().with_extension(&self.config.stage_id)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue