rust/tests/ui/resolve/auxiliary/extern-prelude.rs

6 lines
56 B
Rust

pub struct S;
impl S {
pub fn external(&self) {}
}