Commits
Joe Groff committed d6957d03287
Make existential-to-concrete metatype casts work. This mostly falls out from the metatype cast infrastructure, but we need to generalize some Sema and SILGen code to accept AnyMetatypeType. Concrete-to-existential metatypes will need more runtime checking that isn't implemented, so raise a 'not implemented' error on those for now. Swift SVN r17798