| commit | 06abbb88f96437d22e7633ba08d216e07c7aa144 | [log] [tgz] |
|---|---|---|
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | Sun Oct 03 00:51:23 2021 +0000 |
| committer | GitHub <noreply@github.com> | Sun Oct 03 00:51:23 2021 +0000 |
| tree | de0b47fd15ddac696c4a36d29d3c23b5f50d5d7e | |
| parent | 7eb9cab51769db500285ecbf7976685d1bf29885 [diff] | |
| parent | aee806c64c2daca6c6009ba4e97958342cb20187 [diff] |
Merge #41 41: add Attr to RestPat r=XFFXFF a=XFFXFF Try to fix https://github.com/rust-analyzer/rust-analyzer/issues/8610 Related pr in rust-analyzer: https://github.com/rust-analyzer/rust-analyzer/pull/10420 Co-authored-by: zhoufan <1247714429@qq.com>
A DSL for specifying concrete syntax trees.
See the blog post for an introduction.
See ./rust.ungram for an example.