mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 04:46:28 +00:00
8 lines
69 B
Rust
8 lines
69 B
Rust
pub struct X;
|
|
|
|
impl X {
|
|
pub fn new() -> Self {
|
|
X
|
|
}
|
|
}
|