Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc_metadata: replace LazySeq<T> with Lazy<[T]>. #63750

Merged
merged 1 commit into from
Aug 20, 2019

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Aug 20, 2019

Part of #59953, split out for separate landing (see #59953 (comment)).

r? @Zoxc

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 20, 2019
@eddyb
Copy link
Member Author

eddyb commented Aug 20, 2019

@bors r=Zoxc (as per #59953 (comment))

@bors
Copy link
Contributor

bors commented Aug 20, 2019

📌 Commit e7ceaa9 has been approved by Zoxc

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 20, 2019
Centril added a commit to Centril/rust that referenced this pull request Aug 20, 2019
rustc_metadata: replace LazySeq<T> with Lazy<[T]>.

Part of rust-lang#59953, split out for separate landing (see rust-lang#59953 (comment)).

r? @Zoxc
bors added a commit that referenced this pull request Aug 20, 2019
Rollup of 4 pull requests

Successful merges:

 - #62497 (Fix double resolving custom libdir)
 - #63209 (Stabilize `async_await` in Rust 1.39.0)
 - #63746 (Cherry-pick src/test changes with Centril's changes)
 - #63750 (rustc_metadata: replace LazySeq<T> with Lazy<[T]>.)

Failed merges:

r? @ghost
@bors bors merged commit e7ceaa9 into rust-lang:master Aug 20, 2019
@eddyb eddyb deleted the lazy-seq branch August 21, 2019 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants