]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41012 - durka:vis-matcher, r=petrochenkov
authorCorey Farwell <coreyf@rwell.org>
Mon, 17 Apr 2017 17:26:19 +0000 (13:26 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Apr 2017 17:26:19 +0000 (13:26 -0400)
:vis matcher for macro_rules

Resurrection of @DanielKeep's implementation posted with [RFC 1575](https://github.com/rust-lang/rfcs/pull/1575).

@jseyfried was of the opinion that this doesn't need an RFC.

Needed before merge:

- [x] sign-off from @DanielKeep since I stole his code
- [x] feature gate
- [x] docs


Trivial merge