DEBSOURCES
Skip Quicknav
sources / rust-cxx / 1.0.141-1 / tests / ui / nonempty_impl_block.rs
123456789101112
#[cxx::bridge] mod ffi { struct S { x: u8, } impl UniquePtr<S> { fn new() -> Self; } } fn main() {}