mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
- Increase impact of a generic pointer-to-pointer mismatch fix to match that of a contextual type failure. This allows more specific fixes to take precedence. - De-prioritize generic argument mismatch fix when both types are pointers. This allows pointer-to-pointer conversion produce a more specific fix. - De-prioritize fixes that involve `Builtin.RawPointer` or `OpaquePointer` in parameter positions. This helps to produce better diagnostics for argument mismatches during pointer initialization e.g. `UnsafeRawPointer(<pointer>)`.
469 KiB
469 KiB