mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
[red-knot] Do not merge: mypy_primer panic test
This commit is contained in:
parent
850360a0b4
commit
48a026bd2b
1 changed files with 1 additions and 1 deletions
|
@ -3086,7 +3086,7 @@ impl<'db> TypeInferenceBuilder<'db> {
|
|||
let iterable_type = self.infer_standalone_expression(iterable);
|
||||
|
||||
let loop_var_value_type = if for_stmt.is_async() {
|
||||
todo_type!("async iterables/iterators")
|
||||
panic!("async iterables/iterators") // Test to see if mypy_primer run fails
|
||||
} else {
|
||||
match for_stmt.target_kind() {
|
||||
TargetKind::Sequence(unpack_position, unpack) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue