Fix quadratic MIR blowup for large vec![] expressions with Drop-implementing elements in async functions#154720
Open
jakubadamw wants to merge 4 commits intorust-lang:mainfrom
Open
Fix quadratic MIR blowup for large vec![] expressions with Drop-implementing elements in async functions#154720jakubadamw wants to merge 4 commits intorust-lang:mainfrom
vec![] expressions with Drop-implementing elements in async functions#154720jakubadamw wants to merge 4 commits intorust-lang:mainfrom
Commits
Commits on Apr 3, 2026
- committed
- committed
Add a regression test for MIR blow-up in an `async` function with a large `Vec<String>` construction
committed- committed