You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where data_type is Vec<BFieldElement>. This fails with the following error:
called `Result::unwrap()` on an `Err` value: Error(VerboseError { errors: [("hint a: Vec<BFieldElement> = stack[0..1] ", Nom(Eof)), ("hint a: Vec<BFieldElement> = stack[0..1] ", Context("expecting label, instruction or eof"))] })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The assembly parser doesn't allow for angle brackets (> and <) in type names.
The text was updated successfully, but these errors were encountered:
I wrote this code:
Where
data_type
isVec<BFieldElement>
. This fails with the following error:The assembly parser doesn't allow for angle brackets (
>
and<
) in type names.The text was updated successfully, but these errors were encountered: