Skip to content

Commit

Permalink
Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514
Browse files Browse the repository at this point in the history
Change output path to {{build-base}} for rustdoc scrape_examples ui test

See #90611 (comment)

r? `@jyn514`

cc `@petrochenkov`
  • Loading branch information
matthiaskrgr authored Nov 28, 2021
2 parents 67d1755 + e13562c commit a7639b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc-ui/scrape-examples-ice.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// compile-flags: -Z unstable-options --scrape-examples-output-path t.calls --scrape-examples-target-crate foobar
// compile-flags: -Z unstable-options --scrape-examples-output-path {{build-base}}/t.calls --scrape-examples-target-crate foobar
// check-pass
#![no_std]
use core as _;

0 comments on commit a7639b6

Please sign in to comment.