rust/tests/ui/issues/auxiliary/issue-21202.rs

7 lines
81 B
Rust

pub mod A {
pub struct Foo;
impl Foo {
fn foo(&self) { }
}
}