We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
To be consistent with Vec and other collections, shouldn't these types also get the IntoIterator impls for &T and &mut T?
&T
&mut T
The text was updated successfully, but these errors were encountered:
Yeah this should be fine to implement, it's just an oversight.
Sorry, something went wrong.
core: Implement IntoIterator for Option and Result references
a7313a0
Fixes rust-lang#27996.
Rollup merge of rust-lang#28039 - birkenfeld:option_result_ref_intoit…
51cc430
…er, r=alexcrichton Fixes rust-lang#27996. Does this need any `#[stable]`/`#[unstable]` attributes?
07d1a22
No branches or pull requests
To be consistent with Vec and other collections, shouldn't these types also get the IntoIterator impls for
&T
and&mut T
?The text was updated successfully, but these errors were encountered: