https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125495
--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> --- Looks like it is the lifetime changes with C++23 that is interacting with coroutines here. That is -std=c++20 works but -std=c++23 ICEs.
