Change output path to {{build-base}}

This commit is contained in:
Deadbeef 2021-11-28 23:26:47 +08:00
parent 9c14d828ba
commit e13562c118

View File

@ -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 _;