mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
12 lines
100 B
Rust
12 lines
100 B
Rust
mod c {
|
|
fn foo() {
|
|
}
|
|
struct S {}
|
|
}
|
|
|
|
mod d {
|
|
#![attr]
|
|
mod e;
|
|
mod f {
|
|
}
|
|
}
|