tree-sitter-rust icon indicating copy to clipboard operation
tree-sitter-rust copied to clipboard

Could we treat a single `_` as parameter in closure?

Open cpea2506 opened this issue 3 years ago • 0 comments

As the title, so it could be highlighted like other parameter

let foo = |_| { bar }
           ^

cpea2506 avatar Sep 01 '22 04:09 cpea2506