Commits

Doug Gregor committed e83fb64917b
[Runtime] Extract an embedded NSError when dynamic casting to an Error existential. SILGen already attempts to extract an embedded NSError when type-erasing to an Error existential; make the runtime do the same thing dynamically. Huge thanks to Joe Groff who noticed that I missed this path.