diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-14 22:56:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-14 22:56:27 +0200 |
| commit | 83cd4e321193c1707941b57296f2e1d791d7ac99 (patch) | |
| tree | a221795598359cf456bb2ca4e54ddd439be49785 /src/libsyntax/parse/parser/expr.rs | |
| parent | 409df9b530d0aaac7e0de5cfb652d847eedeae30 (diff) | |
| parent | d416ebeb6ee265c980778df9bc4d84dc4a7b8580 (diff) | |
| download | rust-83cd4e321193c1707941b57296f2e1d791d7ac99.tar.gz rust-83cd4e321193c1707941b57296f2e1d791d7ac99.zip | |
Rollup merge of #63537 - petrochenkov:novisit, r=alexcrichton
expand: Unimplement `MutVisitor` on `MacroExpander` Each call to `fully_expand_fragment` is something unique, interesting, and requiring attention. It represents a "root" of expansion and its use means that something unusual is happening, like eager expansion or expansion performed outside of the primary expansion pass. So, it shouldn't hide under a generic visitor call. Also, from all the implemented visitor methods only two were actually used. cc https://github.com/rust-lang/rust/pull/63468#discussion_r313504119
Diffstat (limited to 'src/libsyntax/parse/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions
