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 upDiesel_codegen won't compile #317
Comments
This comment has been minimized.
|
Fixed in #312, not yet on crates.io. |
This comment has been minimized.
sphinxc0re
commented
May 3, 2016
|
Oh, okay thank you. When will this be updated on crates.io? |
This comment has been minimized.
|
No idea, that's up to Sean :) You can use |
This comment has been minimized.
|
I'm currently in the process of moving and haven't had much time to work on things. 0.7 is almost ready to go, though. I'll see if I can roll a patch version with only the nightly change when I'm at my computer though. |
sgrif
closed this
May 3, 2016
This comment has been minimized.
sphinxc0re
commented
May 3, 2016
•
|
Still won't compile EDIT: I will wait then |
This comment has been minimized.
|
You can also use an older nightly for the time being On Tue, May 3, 2016, 1:15 PM Julian Laubstein notifications@github.com
|
sphinxc0re commentedMay 3, 2016
Running
rustc /home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/lib.rs --crate-name diesel_codegen --crate-type dylib -C prefer-dynamic -g --cfg feature=\"nightly\" --cfg feature=\"postgres\" --cfg feature=\"diesel\" -C metadata=f1388be2227ebc98 -C extra-filename=-f1388be2227ebc98 --out-dir /home/sphinxc0re/Dokumente/Projekte/simply-say/target/debug/deps --emit=dep-info,link -L dependency=/home/sphinxc0re/Dokumente/Projekte/simply-say/target/debug/deps -L dependency=/home/sphinxc0re/Dokumente/Projekte/simply-say/target/debug/deps --extern diesel=/home/sphinxc0re/Dokumente/Projekte/simply-say/target/debug/deps/libdiesel-85b76bcc9835dd7c.rlib --cap-lints allow -L native=/usr/lib/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/insertable.rs:86:46: 86:54 error: no associated item named
emptyfound for typesyntax::ptr::P<_>in the current scope/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/insertable.rs:86 cx.typaram(span, str_to_ident("DB"), P::empty(), None),
^~~~~~~~
/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/insertable.rs:86:46: 86:54 note: in this expansion of vec! (defined in )
/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/insertable.rs:86:46: 86:54 note: in this expansion of vec! (defined in )
/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/insertable.rs:86:46: 86:54 note: in this expansion of include!
/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/queryable.rs:64:42: 64:50 error: no associated item named
emptyfound for typesyntax::ptr::P<_>in the current scope/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/queryable.rs:64 cx.typaram(span, str_to_ident(name), P::empty(), None)
^~~~~~~~
/home/sphinxc0re/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/diesel_codegen-0.6.1/src/queryable.rs:64:42: 64:50 note: in this expansion of include!
error: aborting due to 2 previous errors