fix: Reject async assoc fns of const traits/impls in ast_passes#144907
Merged
bors merged 1 commit intorust-lang:masterfrom Aug 16, 2025
Merged
fix: Reject async assoc fns of const traits/impls in ast_passes#144907bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Collaborator
|
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
This comment has been minimized.
This comment has been minimized.
00e73ac to
88fa481
Compare
Collaborator
|
This PR changes a file inside |
Member
|
Oh sry, didn't see errs assigned themself. I will wait for them. |
Member
Author
Thanks for the review anyway. I'll fix the nits! |
88fa481 to
c700d01
Compare
Contributor
|
@bors r=fmease |
Collaborator
#[const_trait] in ast_passes
fmease
requested changes
Aug 14, 2025
Member
|
My bad, I forgot one thing. r? fmease @bors r- |
c700d01 to
333fd0b
Compare
333fd0b to
804db3c
Compare
Member
Author
|
@rustbot ready |
804db3c to
2218ff1
Compare
Member
|
@bors r+ |
Collaborator
Member
|
@bors rollup |
bors
added a commit
that referenced
this pull request
Aug 15, 2025
Rollup of 11 pull requests Successful merges: - #143717 (Add `Default` impls for `Pin`ned `Box`, `Rc`, `Arc`) - #144054 (Stabilize as_array_of_cells) - #144907 (fix: Reject async assoc fns of const traits/impls in ast_passes) - #144922 (Implement `#[derive(From)]`) - #144963 (Stabilize `core::iter::chain`) - #145436 (fix(tests/rmake/wasm-unexpected-features): change features from `WASM1` to `MVP`) - #145453 (Remove duplicated tracing span in bootstrap) - #145454 (Fix tracing debug representation of steps without arguments in bootstrap) - #145455 (Do not copy files in `copy_src_dirs` in dry run) - #145462 (Stabilize `const_exposed_provenance` feature) - #145466 (Enable new `[range-diff]` feature in triagebot) r? `@ghost` `@rustbot` modify labels: rollup
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #117629