On Tuesday, 4 April 2017 at 08:32:33 UTC, Walter Bright wrote:
https://github.com/dlang/druntime/pull/1799In complex code, it is impractical to check for this stuff manually. I'm happy that 'scope' is proving its worth.
Not a bug. Exception is allocated in the outer function and is always caught in the outer function. How can it escape?
-Steve
