https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109921
--- Comment #2 from Andreas Ziegler <br015 at umbiko dot net> --- Apart from a small typo -+ if (rec.ec == errc{}) ++ if (res.ec == errc{}) this fixes the build error.
br015 at umbiko dot net via Gcc-bugs Thu, 25 May 2023 01:31:18 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109921
--- Comment #2 from Andreas Ziegler <br015 at umbiko dot net> --- Apart from a small typo -+ if (rec.ec == errc{}) ++ if (res.ec == errc{}) this fixes the build error.