rust-analyzer/crates/ra_parser
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
..
src Allow attributes before function arguments 2020-01-12 10:25:41 -05:00
Cargo.toml Disable doctests 2019-11-17 18:35:05 +03:00