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 upBuild examples/mysql/getting_started_step_1 failed with rustc 1.18.0 #987
Comments
This comment has been minimized.
|
We don't support columns which have the same name as keywords in Rust ( |
sgrif
closed this
Jul 4, 2017
This comment has been minimized.
ohmountain
commented
Jul 4, 2017
|
@sgrif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ohmountain commentedJul 2, 2017
Hi there, I got a problem when i run the mysql example.
Setup
[dependencies]
diesel = { version = "0.13.0", features = ["mysql"] }
diesel_codegen = { version = "0.13.0", features = ["mysql"] }
dotenv = "0.9.0"
Versions
rustc 1.18.0 (03fc9d622 2017-06-06)
0.13.0
mysql Ver 14.14 Distrib 5.7.18, for Linux (x86_64) using EditLine wrapper
Ubuntu 16.04 4.4.0-83-generic
Feature Flags
mysql
mysql
Error message
How to resolve this ?
Thanks!