mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
7 lines
81 B
Rust
7 lines
81 B
Rust
pub mod A {
|
|
pub struct Foo;
|
|
impl Foo {
|
|
fn foo(&self) { }
|
|
}
|
|
}
|