Skip to content

Implement built-in supports for AsyncFn* traits #824

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

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

ShoyuVanilla
Copy link
Member

Closes #823

@ShoyuVanilla
Copy link
Member Author

ShoyuVanilla commented Feb 26, 2025

I've tested with rust-analyzer and it works fine rust-lang/rust-analyzer#19232

Cargo.toml Outdated
chalk-recursive = { version = "0.99.0-dev.0", path = "chalk-recursive" }
chalk-parse = { version = "0.99.0-dev.0", path = "chalk-parse" }
chalk-integration = { version = "0.99.0-dev.0", path = "chalk-integration" }
chalk-derive = { version = "0.100.0-dev.0", path = "chalk-derive" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's split this into a separate PR and make sure all the teams+CI changes are made to make sure this works.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the version bumps

@compiler-errors compiler-errors added this pull request to the merge queue Feb 27, 2025
Merged via the queue into rust-lang:master with commit 15eeceb Feb 27, 2025
5 checks passed
@ShoyuVanilla ShoyuVanilla deleted the async-fn-traits branch February 27, 2025 15:19
@ShoyuVanilla
Copy link
Member Author

Hello, could this be released via #825?
The CI fails due to url checks in book lints because of Cloudflare's "Verify you are human" barrier 🤖

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.

Supports for async closures
3 participants