Extracted Rust uses forbidden "loop" word as variable #216
Unanswered
sethahrenbach
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Without seeing your code, it is hard to say where it is coming from. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have found that my extracted Rust code names a variable
loop
, which is a reserved name in Rust. I'm not sure which library is generating this issue, but my Coq code does not useloop
at the top level. Any idea what is going on here?Beta Was this translation helpful? Give feedback.
All reactions