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

core: Implement IntoIterator for Option and Result references #28039

Merged
merged 1 commit into from
Aug 28, 2015

Conversation

birkenfeld
Copy link
Contributor

Fixes #27996.

Does this need any #[stable]/#[unstable] attributes?

@rust-highfive
Copy link
Collaborator

r? @brson

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

@alexcrichton
Copy link
Member

Yeah can you tag these with #[stable(since = "1.4.0", feature = "option_iter")]?

@birkenfeld
Copy link
Contributor Author

Done!

@alexcrichton
Copy link
Member

@bors: r+ a7313a0

Thanks!

Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 27, 2015
…er, r=alexcrichton

Fixes rust-lang#27996.

Does this need any `#[stable]`/`#[unstable]` attributes?
Manishearth added a commit to Manishearth/rust that referenced this pull request Aug 27, 2015
…er, r=alexcrichton

Fixes rust-lang#27996.

Does this need any `#[stable]`/`#[unstable]` attributes?
bors added a commit that referenced this pull request Aug 27, 2015
@bors bors merged commit a7313a0 into rust-lang:master Aug 28, 2015
@bluss bluss added the relnotes Marks issues that should be documented in the release notes of the next release. label Sep 15, 2015
@bluss bluss mentioned this pull request Oct 28, 2015
@birkenfeld birkenfeld deleted the option_result_ref_intoiter branch April 21, 2016 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants