Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upProblem:something wrong with official guide. #1551
Comments
This comment has been minimized.
|
Solution: try (Disclaimer: I'm not a maintainer of this project, but hopefully this is helpful.) |
brandur
referenced this issue
Feb 10, 2018
Closed
error message could explain `execute` vs `load` #1136
This comment has been minimized.
|
Above comment is correct. Either use |
sgrif
closed this
Feb 10, 2018
This comment has been minimized.
ghost
commented
Feb 11, 2018
|
Thanks, |
ghost commentedFeb 10, 2018
Versions
Problem Description
Follow Official Guide,When I Finished
**show_posts.rs**,and I execute**cargo run --bin show_posts**,a error occurs.--> src/bin/show_posts.rs:14:10
|
14 | .load::(&connection)
| ^^^^ the trait
diesel::deserialize::FromSql<diesel::sql_types::BigInt, diesel::mysql::Mysql>is not implemented fori32|
What does this mean?
How can I solve it?
Thanks very much.