Files
swift-mirror/lib/Sema/CSSimplify.cpp
Pavel Yaskevich ecf8146938 [Diagnostics] Treat type requirement failures associated with Self = Any as unrelated
This helps us to filter out cases like operator overloads where
`Self` type comes from e.g. default for collection element -
`[1, "hello"].map { $0 + 1 }`. Main problem here is that
collection type couldn't be determined without unification to
`Any` and `+` failing for all numeric overloads is just a consequence.
2019-08-29 15:27:29 -07:00

299 KiB