-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return
/break
/continue
within loops
#196
Labels
engine
Issue in the engine
help wanted
Extra attention is needed
P1
Max priority
unsupported-rust
Rust code rejected by hax. Unless marked wontfix, we want to support it soon.
Comments
Also see #96 |
7 tasks
return
/break
/continue
within loopsreturn
/break
/continue
within loops
Would be nice to have for ML-Kem |
W95Psp
added a commit
to cryspen/sandwich
that referenced
this issue
Jun 11, 2024
- `let ... else {...}` is not supported yet (see cryspen/hax#155); - `return` inside a loop is not supported yet (see cryspen/hax#196).
W95Psp
added a commit
to cryspen/sandwich
that referenced
this issue
Jun 11, 2024
- `let ... else {...}` is not supported yet (see cryspen/hax#155); - `return` inside a loop is not supported yet (see cryspen/hax#196).
elenaf9
added a commit
to elenaf9/RIOT-rs
that referenced
this issue
Sep 23, 2024
Hax doesn't support early returns (see cryspen/hax#196) so we have to iterate through the whole array.
4 tasks
2 tasks
Closing in favor of #196 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
engine
Issue in the engine
help wanted
Extra attention is needed
P1
Max priority
unsupported-rust
Rust code rejected by hax. Unless marked wontfix, we want to support it soon.
Some for loop issues
produces
The text was updated successfully, but these errors were encountered: