what causes a "CastedPrimitive" #2436
Unanswered
sampaioletti
asked this question in
Q&A
Replies: 1 comment 9 replies
-
If I remove the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is a bug or an issue on my end...but I have some enums that have i64 fields i.e.
the generated function for converting that field is
if I manually replace that function with
my code executes fine I'm using
type_64bit_int: true
in my flutter_rust_bridge.yaml is this a side effect of that? Is there a reason I should have to switch to sse just because of the i64?i noticed that chrono is using the dco method
Beta Was this translation helpful? Give feedback.
All reactions