Regression: .format
from itertools
started runtime panicking with rustc 1.71.0
#110717
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Code
I tried this code:
Playground
I expected to see this happen: No panic during runtime
Instead, this happened: Panicked during runtime
Format: was already formatted once
Version it worked on
It most recently worked on: Rust 1.70 (beta) and Rust 1.69 (stable)
Version with regression
rustc --version --verbose
:Backtrace
None
Other
I also reported this here rust-itertools/itertools#694, but I think this one is on
rustc
.@m-ou-se assigning you, because I suspect this has something to do with recent
format_args!
changes.The text was updated successfully, but these errors were encountered: