fix linking of postcard test
This commit is contained in:
parent
7d2eec2538
commit
5a568d5df4
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#![cfg(feature = "sysroot-abi")]
|
||||
#![cfg_attr(feature = "in-rust-tree", feature(rustc_private))]
|
||||
|
||||
#[cfg(feature = "in-rust-tree")]
|
||||
extern crate rustc_driver as _;
|
||||
|
||||
mod common {
|
||||
pub(crate) mod utils;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue