Skip to content

Commit a7639b6

Browse files
authored
Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514
Change output path to {{build-base}} for rustdoc scrape_examples ui test See #90611 (comment) r? `@jyn514` cc `@petrochenkov`
2 parents 67d1755 + e13562c commit a7639b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/rustdoc-ui/scrape-examples-ice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: -Z unstable-options --scrape-examples-output-path t.calls --scrape-examples-target-crate foobar
1+
// compile-flags: -Z unstable-options --scrape-examples-output-path {{build-base}}/t.calls --scrape-examples-target-crate foobar
22
// check-pass
33
#![no_std]
44
use core as _;

0 commit comments

Comments
 (0)