mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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 {
|
|
}
|
|
}
|