mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
The diagnostic now includes a pointer to the implementation definition along with each possible overload. This doesn't include information about *why* each overload failed. But given the emphasis on concise output (since there can be *many* unmatched overloads), it's not totally clear how to include that additional information. Fixes #274