About repeat expression in array #1124
Closed
zpzigi754
started this conversation in
Feature requests
Replies: 2 comments
-
|
Hi @zpzigi754, thanks for the report, and for trying out Verus! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you very much, @utaal and @tjhance. I've confirmed that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tested with the below example.
It says that
The verifier does not yet support the following Rust feature: repeat expressions. I think that supporting the repeat expression in array initialization would be helpful for the users if the size of the target array to verify is big.Is there any alternative way of creating a large array without the repeat expression in verus?
I also wonder what is the main obstacle of supporting the repeat expression in verus.
Beta Was this translation helpful? Give feedback.
All reactions