mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-29 14:33:29 +00:00
17 lines
No EOL
118 B
Rust
17 lines
No EOL
118 B
Rust
mod a;
|
|
|
|
mod b {
|
|
}
|
|
|
|
mod c {
|
|
fn foo() {
|
|
}
|
|
struct S {}
|
|
}
|
|
|
|
mod d {
|
|
#![attr]
|
|
mod e;
|
|
mod f {
|
|
}
|
|
} |