mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
The mangler had a bug when mangling associated types so we got an invalid input. Instead of ignoring the fact it's invalid, throw an error. Eventually we'll refactor the visitor to fail at any point in time, as suggested by Slava, but for now, at least, stop pretending this is a valid mangling.