Skip to content

Commit

Permalink
added support for underscore pattern in match on tuples
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerStarkware committed Feb 4, 2024
1 parent 55d1327 commit a979a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cairo-lang-lowering/src/lower/lower_match.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ fn extract_concrete_enum_tuple(
}),
)));
};
//
let concrete_variants = ctx
.db
.concrete_enum_variants(concrete_enum_id)
Expand Down

0 comments on commit a979a71

Please sign in to comment.