]> git.lizzy.rs Git - rust.git/commit
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)
commit914b6f1f14e62550c9b7ca7f59490aa0f10ef288
tree21874704c9dba7f4aaf4cbff189927c179a5cd58
parent5997806a6a4f1e57491bd9f24c7ac07619bf38d2
parentcfa51f226f8190f74bcd3f8275ae05b9d76d59c4
Rollup merge of #41012 - durka:vis-matcher, r=petrochenkov

: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