mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 11:53:44 +00:00
7 lines
81 B
Rust
7 lines
81 B
Rust
pub mod A {
|
|
pub struct Foo;
|
|
impl Foo {
|
|
fn foo(&self) { }
|
|
}
|
|
}
|