]> git.lizzy.rs Git - rust.git/commit
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)
commitbfe9080ea023927f2a047a3b23ec579188c63b7d
tree0267f1ec48290946a88d08708cbe9ac441874433
parentee08261c8c5bef635ff38f6d617bb7b72dd470cd
parentfb52aeafc97f4927e7dcc178a81bc005c3dc0015
Rollup merge of #61024 - petrochenkov:proctest, r=nikomatsakis

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`.