Skip to content

Fill tracking issue number for array_value_iter - #65799

Merged
bors merged 1 commit into
rust-lang:masterfrom
LukasKalbertodt:fill-array-value-iter-tracking-issue
Oct 25, 2019
Merged

Fill tracking issue number for array_value_iter#65799
bors merged 1 commit into
rust-lang:masterfrom
LukasKalbertodt:fill-array-value-iter-tracking-issue

Conversation

@LukasKalbertodt

Copy link
Copy Markdown
Contributor

Thanks for noticing!

r? @Centril

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 25, 2019
@Centril

Copy link
Copy Markdown
Contributor

The #[stable(feature = "array_value_iter_impls", since = "1.38.0")]s also seem to have the wrong version number; also, what was the reason for keeping these "stable" and in a different gate again?

@LukasKalbertodt

LukasKalbertodt commented Oct 25, 2019

Copy link
Copy Markdown
ContributorAuthor

also, what was the reason for keeping these "stable" and in a different gate again?

The impls are insta-stable, so you asked me to mark them as such: #62959 (comment)

The #[stable(feature = "array_value_iter_impls", since = "1.38.0")]s also seem to have the wrong version number

Thanks for noticing once again. Will change momentarily. 1.40.0 is correct, right?

@LukasKalbertodt
LukasKalbertodtforce-pushed the fill-array-value-iter-tracking-issue branch from a2ff8ca to dcf3436CompareOctober 25, 2019 09:38
@Centril

Copy link
Copy Markdown
Contributor

Thanks! r=me rollup when green :)

@lqd

lqd commented Oct 25, 2019

Copy link
Copy Markdown
Member

@bors r=Centril rollup

@bors

bors commented Oct 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit dcf3436 has been approved by Centril

@borsbors 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 Oct 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 25, 2019
…er-tracking-issue, r=Centril
Fill tracking issue number for `array_value_iter`
Thanks for [noticing](rust-lang#62959 (comment))!
r? @Centril
@CentrilCentril mentioned this pull request Oct 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 25, 2019
…er-tracking-issue, r=Centril
Fill tracking issue number for `array_value_iter`
Thanks for [noticing](rust-lang#62959 (comment))!
r? @Centril
@CentrilCentril mentioned this pull request Oct 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 25, 2019
…er-tracking-issue, r=Centril
Fill tracking issue number for `array_value_iter`
Thanks for [noticing](rust-lang#62959 (comment))!
r? @Centril
@CentrilCentril mentioned this pull request Oct 25, 2019
bors added a commit that referenced this pull request Oct 25, 2019
Rollup of 7 pull requests
Successful merges:
- #63810 (Make <*const/mut T>::offset_from `const fn`)
- #65705 (Add {String,Vec}::into_raw_parts)
- #65749 (Insurance policy in case `iter.size_hint()` lies.)
- #65799 (Fill tracking issue number for `array_value_iter`)
- #65800 (self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.)
- #65806 (Add [T]::as_ptr_range() and [T]::as_mut_ptr_range().)
- #65810 (SGX: Clear additional flag on enclave entry)
Failed merges:
r? @ghost
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Oct 25, 2019
…er-tracking-issue, r=Centril
Fill tracking issue number for `array_value_iter`
Thanks for [noticing](rust-lang#62959 (comment))!
r? @Centril
@JohnTitorJohnTitor mentioned this pull request Oct 25, 2019
bors added a commit that referenced this pull request Oct 25, 2019
Rollup of 6 pull requests
Successful merges:
- #65705 (Add {String,Vec}::into_raw_parts)
- #65749 (Insurance policy in case `iter.size_hint()` lies.)
- #65799 (Fill tracking issue number for `array_value_iter`)
- #65800 (self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.)
- #65806 (Add [T]::as_ptr_range() and [T]::as_mut_ptr_range().)
- #65810 (SGX: Clear additional flag on enclave entry)
Failed merges:
r? @ghost
@bors
bors merged commit dcf3436 into rust-lang:masterOct 25, 2019
@LukasKalbertodt
LukasKalbertodt deleted the fill-array-value-iter-tracking-issue branch October 25, 2019 23:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

5 participants

@LukasKalbertodt@Centril@lqd@bors@rust-highfive