Skip to content

Delegation: one more ICE fix for MethodCall generation - #138403

Merged
bors merged 1 commit into
rust-lang:masterfrom
Bryanskiy:delegation-ice-2
Mar 13, 2025
Merged

Delegation: one more ICE fix for MethodCall generation#138403
bors merged 1 commit into
rust-lang:masterfrom
Bryanskiy:delegation-ice-2

Conversation

@Bryanskiy

Copy link
Copy Markdown
Contributor

self-explanatory

Fixes#138362

r? @petrochenkov

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 12, 2025
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Mar 12, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 7bfe213 has been approved by petrochenkov

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 12, 2025
@petrochenkovpetrochenkov added the F-fn_delegation `#![feature(fn_delegation)]` label Mar 12, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 12, 2025
…earth
Rollup of 12 pull requests
Successful merges:
- rust-lang#134076 (Stabilize `std::io::ErrorKind::InvalidFilename`)
- rust-lang#137504 (Move methods from Map to TyCtxt, part 4.)
- rust-lang#138175 (Support rmeta inputs for --crate-type=bin --emit=obj)
- rust-lang#138259 (Disentangle `ForwardGenericParamBan` and `ConstParamTy` ribs)
- rust-lang#138280 (fix ICE in pretty-printing `global_asm!`)
- rust-lang#138318 (Rustdoc: remove a bunch of `@ts-expect-error` from main.js)
- rust-lang#138331 (Use `RUSTC_LINT_FLAGS` more)
- rust-lang#138357 (merge `TypeChecker` and `TypeVerifier`)
- rust-lang#138394 (remove unnecessary variant)
- rust-lang#138403 (Delegation: one more ICE fix for `MethodCall` generation)
- rust-lang#138407 (Delegation: reject C-variadics)
- rust-lang#138409 (Use sa_sigaction instead of sa_union.__su_sigaction for AIX)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 13, 2025
…earth
Rollup of 12 pull requests
Successful merges:
- rust-lang#134076 (Stabilize `std::io::ErrorKind::InvalidFilename`)
- rust-lang#137504 (Move methods from Map to TyCtxt, part 4.)
- rust-lang#138175 (Support rmeta inputs for --crate-type=bin --emit=obj)
- rust-lang#138259 (Disentangle `ForwardGenericParamBan` and `ConstParamTy` ribs)
- rust-lang#138280 (fix ICE in pretty-printing `global_asm!`)
- rust-lang#138318 (Rustdoc: remove a bunch of `@ts-expect-error` from main.js)
- rust-lang#138331 (Use `RUSTC_LINT_FLAGS` more)
- rust-lang#138357 (merge `TypeChecker` and `TypeVerifier`)
- rust-lang#138394 (remove unnecessary variant)
- rust-lang#138403 (Delegation: one more ICE fix for `MethodCall` generation)
- rust-lang#138407 (Delegation: reject C-variadics)
- rust-lang#138409 (Use sa_sigaction instead of sa_union.__su_sigaction for AIX)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 8d28328 into rust-lang:masterMar 13, 2025
@rustbotrustbot added this to the 1.87.0 milestone Mar 13, 2025
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Mar 13, 2025
Rollup merge of rust-lang#138403 - Bryanskiy:delegation-ice-2, r=petrochenkov
Delegation: one more ICE fix for `MethodCall` generation
self-explanatory
Fixesrust-lang#138362
r? `@petrochenkov`
github-actionsBot pushed a commit to model-checking/verify-rust-std that referenced this pull request Mar 14, 2025
…earth
Rollup of 12 pull requests
Successful merges:
- rust-lang#134076 (Stabilize `std::io::ErrorKind::InvalidFilename`)
- rust-lang#137504 (Move methods from Map to TyCtxt, part 4.)
- rust-lang#138175 (Support rmeta inputs for --crate-type=bin --emit=obj)
- rust-lang#138259 (Disentangle `ForwardGenericParamBan` and `ConstParamTy` ribs)
- rust-lang#138280 (fix ICE in pretty-printing `global_asm!`)
- rust-lang#138318 (Rustdoc: remove a bunch of `@ts-expect-error` from main.js)
- rust-lang#138331 (Use `RUSTC_LINT_FLAGS` more)
- rust-lang#138357 (merge `TypeChecker` and `TypeVerifier`)
- rust-lang#138394 (remove unnecessary variant)
- rust-lang#138403 (Delegation: one more ICE fix for `MethodCall` generation)
- rust-lang#138407 (Delegation: reject C-variadics)
- rust-lang#138409 (Use sa_sigaction instead of sa_union.__su_sigaction for AIX)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-fn_delegation`#![feature(fn_delegation)]`S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ICE: delegation: index out of bounds

4 participants

@Bryanskiy@petrochenkov@bors@rustbot