format_args!() inlining/flattening allows for longer lifetimes #110769
Labels
A-fmt
Area: `std::fmt`
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
Before #109999, this gave an error:
But after #109999, that no longer gives an error.
Ideally it shouldn't give an error in any case, but that's a separate issue. Inlining/flattening format_args shouldn't change what compiles and what doesn't compile, so, for now, this still shouldn't compile.
The text was updated successfully, but these errors were encountered: