rust/crates/ra_syntax/test_data/parser/inline
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
..
err Parse correct AttrInput 2019-09-30 16:11:40 +08:00
ok Allow attributes before function arguments 2020-01-12 10:25:41 -05:00