Replies: 1 comment
-
Duplicate of #3461 Please do a duplicate search before posting in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I hope u doing well.
I got error when I tried to use this version of sqlx.
I checked the detail of issue and rust analyzer told me that in file "sqlx-postgres-0.8.1\src\types\cube.rs:307:33" there is a problem.
In more detail u can see that u need to add std::mem::size_of in the impl block which is the cause of this issue.
I add this manually and everything going fine.
Thanks
@abonander
@mehcode
Beta Was this translation helpful? Give feedback.
All reactions