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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
56 B
Rust
Raw Normal View History

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