rust/crates/ra_syntax/test_data/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
..
err Add macro 2.0 support in parser 2019-12-21 18:29:14 +08:00
fuzz-failures
inline Allow attributes before function arguments 2020-01-12 10:25:41 -05:00
ok Use name instead of ident for macro 2.0 sytnax 2019-12-22 11:11:10 +08:00