1 2 3 4 5 6 7 8
use consortium_ipc::IpcSafe; #[derive(IpcSafe)] struct Bad { ptr: *const u8, } fn main() {}