https://issues.dlang.org/show_bug.cgi?id=21694
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Nick Treleaven <[email protected]> --- run.dlang.io gives: 2.075.1 to 2.087.1: Failure with output: onlineapp.d(7): Error: `goto` skips declaration of variable `onlineapp.test.b` at onlineapp.d(9) Since 2.088.1: Failure with output: onlineapp.d(7): Error: cannot `goto` into `try` block Possibly related to Issue 20096: https://github.com/dlang/dmd/pull/10266 --
