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
I have a pile of code that compiles and verifies fine. I modified a data structure to have a borrowed field and a lifetime parameter, and an apparently unrelated method in that struct now throws this error:
error: Verus currently only supports casts from integer types and `char` to integer types
--> src/marshalling/VariableSizedElementSeq_v.rs:725:60
|
725 | forall |ip, jp| 0 <= ip <= jp <= i ==> tbl[jp] as int <= tbl[ip] as int
|
I have no idea how it has anything to do with the change I made.
I have a pile of code that compiles and verifies fine. I modified a data structure to have a borrowed field and a lifetime parameter, and an apparently unrelated method in that struct now throws this error:
I have no idea how it has anything to do with the change I made.
Recording:
2024-09-19-09-19-54.zip
The text was updated successfully, but these errors were encountered: