f40278c036
In the lowered IR there are often references to type parameters whose containers are not in the current scope. This is incorrect semantically, but it works in practice due to erasure, so when the mangler is used on the lowered IR, we don't want to crash the compiler.