Commits

Joe Pamer committed dc42cbac74d
When attempting to convert an expression type to a built-in protocol, it is incorrect to assume that the expression will always conform to that protocol. (Or if it doesn't that the protocol is "broken".) In these cases, produce an error type. Swift SVN r14342