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

Missing re-export of FromCoroutine in core::iter for from_coroutine #135686

Closed
joseluis opened this issue Jan 18, 2025 · 0 comments · Fixed by #135687
Closed

Missing re-export of FromCoroutine in core::iter for from_coroutine #135686

joseluis opened this issue Jan 18, 2025 · 0 comments · Fixed by #135687
Labels
C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Comments

@joseluis
Copy link
Contributor

The FromCoroutine type returned by the unstable function core::iter::from_coroutine was not publicly re-exported in the core::iter module.

@joseluis joseluis added the C-bug Category: This is a bug. label Jan 18, 2025
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jan 18, 2025
@jieyouxu jieyouxu added T-libs Relevant to the library team, which will review and decide on the PR/issue. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Jan 23, 2025
@bors bors closed this as completed in afbeefb Feb 15, 2025
rust-timer added a commit to rust-lang-ci/rust that referenced this issue Feb 15, 2025
Rollup merge of rust-lang#135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm

re-export `FromCoroutine` from `core::iter`

tracking issue: rust-lang#43122
fixes: rust-lang#135686
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants