fix linking of postcard test

This commit is contained in:
bit-aloo 2026-01-28 00:13:32 +05:30
parent 7d2eec2538
commit 5a568d5df4
No known key found for this signature in database

View file

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