On Wednesday, 13 May 2026 at 01:09:01 UTC, Steven Schveighoffer wrote:


Will do some more research here, this should not happen.

I can confirm this is a compiler bug, specifically the compiler is eliding the exception catches. Likely because it thinks something here is nothrow (which the compiler will expect never throws an exception, only Error or Throwable).

Still trying to narrow it down to a minimal case.

-Steve

Reply via email to