https://issues.dlang.org/show_bug.cgi?id=13589
--- Comment #10 from Kenji Hara <[email protected]> --- (In reply to yebblies from comment #9) > That's certainly better, but overall I still don't think this is worthwhile. In this case we can reduce amount of attributes. Isn't it a benefit? Moreover, issue 12979 had accepted following code. void foo() nothrow { asm{...}; } It was accidental behavior, but this enhancement will accept it properly and will reduce code breaking with the next release. --
