]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #61024 - petrochenkov:proctest, r=nikomatsakis
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 28 May 2019 22:19:57 +0000 (00:19 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 22:19:57 +0000 (00:19 +0200)
tests: Centralize proc macros commonly used for testing

Many proc macros in `ui\proc-macro\auxiliary` were doing same things.
(I added a fair share of those myself.)

Now commonly used macros (empty, identity, etc) are collected in one place - `ui\proc-macro\auxiliary\test-macros.rs`.


Trivial merge