-
Notifications
You must be signed in to change notification settings - Fork 13.3k
async drop ice with partly dropped tuple #140427
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
Labels
C-bug
Category: This is a bug.
F-async_drop
Async drop
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
cc @azhogin |
Fix prepared in PR: #140458 |
Zalathar
added a commit
to Zalathar/rust
that referenced
this issue
Apr 30, 2025
…pped-tuple-ice, r=oli-obk Fix for async drop ice with partly dropped tuple Fixes rust-lang#140427. Problem was with block data access with block id from new added blocks in patch.
Zalathar
added a commit
to Zalathar/rust
that referenced
this issue
Apr 30, 2025
…pped-tuple-ice, r=oli-obk Fix for async drop ice with partly dropped tuple Fixes rust-lang#140427. Problem was with block data access with block id from new added blocks in patch.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Apr 30, 2025
…pped-tuple-ice, r=oli-obk Fix for async drop ice with partly dropped tuple Fixes rust-lang#140427. Problem was with block data access with block id from new added blocks in patch.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Apr 30, 2025
…pped-tuple-ice, r=oli-obk Fix for async drop ice with partly dropped tuple Fixes rust-lang#140427. Problem was with block data access with block id from new added blocks in patch.
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 30, 2025
Rollup merge of rust-lang#140458 - azhogin:azhogin/async-drop-fix-dropped-tuple-ice, r=oli-obk Fix for async drop ice with partly dropped tuple Fixes rust-lang#140427. Problem was with block data access with block id from new added blocks in patch.
lnicola
pushed a commit
to lnicola/rust-analyzer
that referenced
this issue
May 1, 2025
…e-ice, r=oli-obk Fix for async drop ice with partly dropped tuple Fixes rust-lang/rust#140427. Problem was with block data access with block id from new added blocks in patch.
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.
F-async_drop
Async drop
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
auto-reduced (treereduce-rust):
original:
Version information
Possibly related line of code:
rust/compiler/rustc_mir_transform/src/elaborate_drop.rs
Lines 373 to 385 in 25cdf1f
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc --edition=2024 -Zcrate-attr=feature(async_drop)
Program output
@rustbot label +F-async_drop
The text was updated successfully, but these errors were encountered: