Skip to content

export std::comm::select! macro #12043

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

Closed
wants to merge 1 commit into from
Closed

export std::comm::select! macro #12043

wants to merge 1 commit into from

Conversation

dsyang
Copy link
Contributor

@dsyang dsyang commented Feb 5, 2014

This exports the select! macro so it can actually be used

@alexcrichton
Copy link
Member

Sadly this isn't quite ready yet. I need to redesign it slightly and re-implement portions of it to actually be reliable.

I'm closing this for now because I don't think it's quite ready yet. My first order of business is to land #11578 first, and as part of that I'll need to get select working again for the rewritten channels. I'll try to export select soon after that though!

@alexcrichton
Copy link
Member

I've opened #12044 on the issue.

@dsyang
Copy link
Contributor Author

dsyang commented Feb 6, 2014

Ah gotcha. Looking forward to the day #11578 lands!

bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
…-schievink

fix: index the correct CargoWorkspace with rustc_private

I believe this fixes rust-lang#12043, but I'm not sufficiently setup/familiar with working on rust-analyzer to test it locally. :/

This section of code is iterating on `rustc_workspace.packages()` but then indexes `cargo[pkg]`, which is likely the source of the bug.
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 this pull request may close these issues.

2 participants