Docs should probably show certain #[verifier(...)] attribute declarations #434
jaybosamiya
started this conversation in
General
Replies: 0 comments
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.
-
This came up initially due to
when_used_as_spec(in #430), but likely will apply to other attributes we might want to expose to the user, so opening as a discussion.For example,
Vec::lenshould show that when.len()is used in spec , it'll useVec::spec_lendue to the#[verifier(when_used_as_spec(spec_len))]CC: @tjhance
Beta Was this translation helpful? Give feedback.
All reactions