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
..
2019-07-22 13:13:55 -04:00
2019-08-06 10:57:16 +02:00
2019-07-30 21:02:29 +07:00
2019-08-06 14:28:31 +02:00
2019-07-18 22:55:04 +03:00
2019-07-20 16:52:11 +03:00
2019-08-07 15:14:22 +02:00
2019-08-07 15:14:22 +02:00
2019-08-06 16:50:49 +00:00
2019-08-08 13:04:28 +00:00
2019-07-17 10:58:17 -04:00
2019-08-08 13:04:28 +00:00
2019-08-07 12:12:23 +02:00
2019-07-04 23:09:09 +03:00
2019-08-06 14:28:31 +02:00
2019-07-09 00:28:00 +09:00
2019-06-04 18:05:07 -04:00