DEBSOURCES
Skip Quicknav
sources / rust-cxx / 1.0.141-1 / tests / ui / slice_unsupported.rs
12345678910
#[cxx::bridge] mod ffi { unsafe extern "C++" { type Opaque; fn f(_: &mut [Opaque]); } } fn main() {}