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

.cloned() is stable but std::iter::Cloned is not #25480

Closed
huonw opened this issue May 16, 2015 · 1 comment · Fixed by #25496
Closed

.cloned() is stable but std::iter::Cloned is not #25480

huonw opened this issue May 16, 2015 · 1 comment · Fixed by #25496

Comments

@huonw
Copy link
Member

huonw commented May 16, 2015

#[stable(feature = "rust1", since = "1.0.0")]
vs.
#[unstable(feature = "core", reason = "recent addition")]

Accidental mismatch? cc @alexcrichton, @aturon

@huonw huonw added the A-libs label May 16, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this issue May 16, 2015
The method was stabilized but the structure was forgotten to be stabilized.

Closes rust-lang#25480
@alexcrichton
Copy link
Member

Yeah I believe this is just an accident, I've submitted #25496 for this.

bors added a commit that referenced this issue May 19, 2015
The method was stabilized but the structure was forgotten to be stabilized.

Closes #25480
alexcrichton added a commit to alexcrichton/rust that referenced this issue Jun 10, 2015
The method was stabilized but the structure was forgotten to be stabilized.

Closes rust-lang#25480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants