mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-02 16:28:46 +00:00
9 lines
54 B
Rust
9 lines
54 B
Rust
|
#[foo(foo, +, 92)]
|
||
|
fn foo() {
|
||
|
}
|
||
|
|
||
|
|
||
|
#[foo(
|
||
|
fn foo() {
|
||
|
}
|