bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f2f5748
rust-analyzer
/ crates/syntax/test_data/parser/ok/0070_expr_attr_placement.rs
Raw
1
2
3
fn f() { (#[a] lhs? + #[b] rhs.await) }