]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #38107 - keeperofdakeys:proc-macro-test, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 5 Dec 2016 14:27:06 +0000 (14:27 +0000)
committerbors <bors@rust-lang.org>
Mon, 5 Dec 2016 14:27:06 +0000 (14:27 +0000)
Allow --test to be used on proc-macro crates

Fixes #37480

This patch allows `--test` to work for proc-macro crates, removing the previous error.


Trivial merge