mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 15:58:47 +00:00
10 lines
97 B
Rust
10 lines
97 B
Rust
struct A;
|
|
struct B {}
|
|
struct C();
|
|
|
|
struct D {
|
|
a: u32,
|
|
pub b: u32
|
|
}
|
|
|
|
struct E(pub x, y,);
|