aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/expressions.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-03-17 12:14:36 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-03-17 12:14:36 +0000
commit290a3d0a6baeb1a198300cb3406c1ae25cb864d2 (patch)
tree76a3434979cc4895dd4f6ca377e59ce031834a9e /crates/ra_parser/src/grammar/expressions.rs
parentaea9c98f53c66cac350781c3c531ef11cef861b6 (diff)
parenta67fe4ea7e623ef31228295aedafb3bd18f4a23d (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_parser/src/grammar/expressions.rs')
0 files changed, 0 insertions, 0 deletions