mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 15:58:47 +00:00
17 lines
118 B
Rust
17 lines
118 B
Rust
|
mod a;
|
||
|
|
||
|
mod b {
|
||
|
}
|
||
|
|
||
|
mod c {
|
||
|
fn foo() {
|
||
|
}
|
||
|
struct S {}
|
||
|
}
|
||
|
|
||
|
mod d {
|
||
|
#![attr]
|
||
|
mod e;
|
||
|
mod f {
|
||
|
}
|
||
|
}
|