Skip to content

incr.comp.: Move macro-export test case to src/test/incremental. - #45135

Merged
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:move-incr-comp-with-macro-export
Oct 10, 2017
Merged

incr.comp.: Move macro-export test case to src/test/incremental.#45135
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:move-incr-comp-with-macro-export

Conversation

@michaelwoerister

Copy link
Copy Markdown
Member

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.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@carols10centscarols10cents added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 9, 2017
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ rollup

@bors

bors commented Oct 9, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 4a9df0e has been approved by alexcrichton

@kennytmkennytm mentioned this pull request Oct 10, 2017
kennytm added a commit to kennytm/rust that referenced this pull request Oct 10, 2017
…h-macro-export, r=alexcrichton
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.
Fixesrust-lang#45062.
bors added a commit that referenced this pull request Oct 10, 2017
Rollup of 9 pull requests
- Successful merges: #44775, #45089, #45095, #45099, #45101, #45108, #45116, #45135, #45146
- Failed merges:
@bors
bors merged commit 4a9df0e into rust-lang:masterOct 10, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@michaelwoerister@rust-highfive@alexcrichton@bors@carols10cents