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 upCompiler cannot find `diesel::insert_into` for version from Rust package registry. #1261
Comments
anlaakso
changed the title from
Compiler cannot find `diesel::insert_into` from Rust package registry.
to
Compiler cannot find `diesel::insert_into` for version from Rust package registry.
Oct 17, 2017
This comment has been minimized.
This comment has been minimized.
anlaakso
commented
Oct 17, 2017
|
Okay, thank you! |
anlaakso
closed this
Oct 17, 2017
This comment has been minimized.
NotBad4U
commented
Nov 2, 2017
|
@Bobo1239 So I used the master branch in my Cargo.toml
And when I compile with the feature
|
This comment has been minimized.
|
@NotBad4U Hm, I'm getting the same error. Unfortunately I don't know what the problem is. Sorry. |
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anlaakso commentedOct 17, 2017
Versions
Feature Flags
Problem Description
I have experienced a very specific issue around 'diesel::insert_into' function.
If I run build with dependencies described below
the compiler says
But if I get diesel directly from GitHub, it works well.