rust/crates/ra_parser/src
Joshua Nelson c3ac2c93fb
Allow attributes before function arguments
This adds support for function calls of the form:

```rust
  (
    #[attr(...)] 1.2,
    #[attr_one(...)]
    #[attr_two(...)]
    1.5,
    ... etc ...
  )
```

Closes https://github.com/rust-analyzer/rust-analyzer/issues/2801
2020-01-12 10:25:41 -05:00
..
grammar Allow attributes before function arguments 2020-01-12 10:25:41 -05:00
syntax_kind Improve const generics parsing 2020-01-07 09:29:03 +10:30
event.rs
grammar.rs Touch up TokenSet a bit 2019-12-19 17:13:33 +01:00
lib.rs Refactor macro tests 2019-12-19 16:23:23 +01:00
parser.rs Touch up TokenSet a bit 2019-12-19 17:13:33 +01:00
syntax_kind.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
token_set.rs Touch up TokenSet a bit 2019-12-19 17:13:33 +01:00