rust/crates/ra_syntax/test_data
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
..
lexer move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
parser Allow attributes before function arguments 2020-01-12 10:25:41 -05:00
reparse/fuzz-failures move syntax tests to unit tests 2019-07-24 12:49:19 +03:00