ruff/crates/red_knot_python_semantic/resources/mdtest/function
Andrew Gallant 7d958a9ee5 red_knot_python_semantic: remove the "old" secondary message type
This finally completes the deletion of all old diagnostic types.

We do this by migrating the second (and last) use of secondary
diagnostic messages: to highlight the return type of a function
definition when its return value is inconsistent with the type.

Like the last diagnostic, we do actually change the message here a bit.
We don't need a sub-diagnostic here, and we can instead just add a
secondary annotation to highlight the return type.
2025-04-10 13:21:00 -04:00
..
parameters.md [red-knot] Allow ellipsis default params in stub functions (#17243) 2025-04-07 17:34:59 +00:00
return_type.md red_knot_python_semantic: remove the "old" secondary message type 2025-04-10 13:21:00 -04:00