]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #45135 - michaelwoerister:move-incr-comp-with-macro-export, r=alexcri...
authorkennytm <kennytm@gmail.com>
Tue, 10 Oct 2017 12:08:28 +0000 (20:08 +0800)
committerkennytm <kennytm@gmail.com>
Tue, 10 Oct 2017 14:44:10 +0000 (22:44 +0800)
incr.comp.: Move macro-export test case to src/test/incremental.

`compile-fail/incr_comp_with_macro_export.rs` was trying to role its own incremental compilation setup. This started to cause problems. There's no reason to not just make this a regular `src/test/incremental` test.

Fixes #45062.


Trivial merge