diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-17 12:14:36 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-17 12:14:36 +0000 |
commit | 290a3d0a6baeb1a198300cb3406c1ae25cb864d2 (patch) | |
tree | 76a3434979cc4895dd4f6ca377e59ce031834a9e /crates/ra_ide_api/src/hover.rs | |
parent | aea9c98f53c66cac350781c3c531ef11cef861b6 (diff) | |
parent | a67fe4ea7e623ef31228295aedafb3bd18f4a23d (diff) |
Merge #986
986: Fix parse tree of attribute on match arm r=matklad a=pcpthm
```rust
match () {
#[attr]
() => (),
}
```
Incorrect parse tree: `MatchArmList(Attr(..), MatchArm(..))`.
Fixed: `MatchArmList(MatchArm(Attr(..), ...))`.
Co-authored-by: pcpthm <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/src/hover.rs')
0 files changed, 0 insertions, 0 deletions