We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
external_body
[edited by @utaal]
use vstd::prelude::verus; verus!{ #[verifier(external_body)] const A: usize ensures 32 <= A <= 52 { unimplemented!() } }
panics verus.
The text was updated successfully, but these errors were encountered:
write test for regression introduced by bf90ae0 and reported by #1322,…
8fa4069
… partial fix
allow #[verifier(external_body)] again on consts
#[verifier(external_body)]
f94e290
* add failing test for #1322
89b3e7a
0969719
* add failing test for verus-lang#1322
No branches or pull requests
[edited by @utaal]
panics verus.
The text was updated successfully, but these errors were encountered: