bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f2f5748
rust-analyzer
/ crates/syntax/test_data/parser/inline/ok/0155_closure_params.rs
Raw
1
2
3
fn main() { let foo = |bar, baz: Baz, qux: Qux::Quux| (); }