DEBSOURCES
Skip Quicknav
sources / rustc / 1.87.0%2Bdfsg1-1 / tests / ui / extern / auxiliary / extern-types-inherent-impl.rs
123456789
#![feature(extern_types)] extern "C" { pub type CrossCrate; } impl CrossCrate { pub fn foo(&self) {} }