rust-analyzer/crates/ra_syntax
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
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Qualify paths in 'fill match arms' assist 2020-01-12 11:34:52 +01:00
test_data Allow attributes before function arguments 2020-01-12 10:25:41 -05:00
Cargo.toml ⬆️ rowan 2020-01-09 16:33:02 +01:00