Files
ruff/crates/red_knot_python_semantic
David Peter 1f7a29d347 [red-knot] Unpacker: Make invariant explicit and directly return a Type (#16018)
## Summary

- Do not return `Option<Type<…>>` from `Unpacker::get`, but just `Type`.
Panic otherwise.
- Rename `Unpacker::get` to `Unpacker::expression_type`
2025-02-07 12:00:04 +00:00
..
2024-10-20 22:35:35 +01:00
2025-02-07 10:59:40 +01:00