mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-18 17:40:29 +00:00
3 lines
112 B
Rust
3 lines
112 B
Rust
fn a() { [1, 2, @, struct, let] }
|
|
fn b() { foo(1, 2, @, impl, let) }
|
|
fn c() { foo.bar(1, 2, @, ], trait, let) }
|