mirror of https://github.com/astral-sh/ruff
## Summary - Refactored comparison type inference functions in `infer.rs`: Changed the return type from `Option` to `Result` to lay the groundwork for providing more detailed diagnostics. - Updated diagnostic messages. This is a small step toward improving diagnostics in the future. Please refer to #13787 ## Test Plan mdtest included! --------- Co-authored-by: Carl Meyer <carl@astral.sh> |
||
|---|---|---|
| .. | ||
| byte_literals.md | ||
| integers.md | ||
| non_boolean_returns.md | ||
| strings.md | ||
| tuples.md | ||
| unions.md | ||
| unsupported.md | ||