rust/crates/ra_syntax/test_data/parser
bors[bot] 87608904f6 Merge #1661
1661: Parse function parameters attributes r=matklad a=eupn

Fixes #1397. The [RFC-2565](https://github.com/rust-lang/rfcs/blob/master/text/2565-formal-function-parameter-attributes.md) specifies `#[attributes]` to function parameters:

```rust
fn foo(#[attr] a, #[unused] b, #[must_use] ...) {
    // ...
}
```

This PR adds those attributes into grammar and to the parser, extending corresponding inline tests.

Co-authored-by: Evgenii P <eupn@protonmail.com>
2019-08-08 13:04:28 +00:00
..
err move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
fuzz-failures move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
inline Merge #1661 2019-08-08 13:04:28 +00:00
ok Fix parser tests according to review 2019-08-08 09:12:07 +07:00