let .. = .. else { .. }
#155
Labels
engine
Issue in the engine
good first issue
Good for newcomers
marked-unimplemented
Issue refered by `Unimplemented {issue_id...}` in the engine
unsupported-rust
Rust code rejected by hax. Unless marked wontfix, we want to support it soon.
See https://doc.rust-lang.org/rust-by-example/flow_control/let_else.html.
I think we should just transform those into
match
es.The text was updated successfully, but these errors were encountered: