1 2 3 4 5 6 7 8
use consortium_ipc::IpcSafe; #[derive(IpcSafe)] struct Bad { callback: fn(u32) -> u32, } fn main() {}