diff options
author | Joshua Nelson <[email protected]> | 2020-01-12 15:19:17 +0000 |
---|---|---|
committer | Joshua Nelson <[email protected]> | 2020-01-12 15:25:41 +0000 |
commit | c3ac2c93fb446329b09882ef452fd6820290bfc5 (patch) | |
tree | 44734cc34641cfab04cb1c71611ee0a299a90c96 /crates/ra_prof | |
parent | f7a7092d691aea5c254412d9fd4b3f76a355f11f (diff) |
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
Diffstat (limited to 'crates/ra_prof')
0 files changed, 0 insertions, 0 deletions