mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
![]() ## Summary Instead, we set an `is_star` flag on `Stmt::Try`. This is similar to the pattern we've migrated towards for `Stmt::For` (removing `Stmt::AsyncFor`) and friends. While these are significant differences for an interpreter, we tend to handle these cases identically or nearly identically. ## Test Plan `cargo test` |
||
---|---|---|
.. | ||
analyze | ||
binding.rs | ||
context.rs | ||
definition.rs | ||
expressions.rs | ||
globals.rs | ||
lib.rs | ||
model.rs | ||
reference.rs | ||
scope.rs | ||
star_import.rs | ||
statements.rs |