postgres-derive-macros 0.1.4

Deriving macro support for Postgres enum, domain, and composite types
Build #54108 2017-06-03 19:47:48

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading postgres-derive-macros v0.1.4
Downloading postgres-derive-codegen v0.1.4
Compiling postgres-derive-codegen v0.1.4
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="nightly"' -C metadata=f047d1f1538491d2 -C extra-filename=-f047d1f1538491d2 --out-dir /home/cratesfyi/cratesfyi/debug/build/postgres-derive-codegen-f047d1f1538491d2 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/postgres-derive-codegen-f047d1f1538491d2/build-script-build`
Running `rustc --crate-name postgres_derive_codegen .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="nightly"' -C metadata=25b260ece4a4b36e -C extra-filename=-25b260ece4a4b36e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/accepts.rs:4:5
|
4 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/enums.rs:3:5
|
3 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/fromsql.rs:6:34
|
6 | use syntax::parse::token::{self, InternedString};
|                                  ^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/overrides.rs:3:5
|
3 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0432]: unresolved import `syntax::parse::token::InternedString`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/tosql.rs:6:5
|
6 | use syntax::parse::token::InternedString;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `InternedString` in `parse::token`

error[E0425]: cannot find function `str_to_ident` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/fromsql.rs:107:22
|
107 |     let buf = token::str_to_ident("buf");
|                      ^^^^^^^^^^^^ not found in `token`

error[E0425]: cannot find function `str_to_ident` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/fromsql.rs:135:31
|
135 |         let var_name = token::str_to_ident(&format!("__{}", ident));
|                               ^^^^^^^^^^^^ not found in `token`

error[E0425]: cannot find function `intern` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/lib.rs:68:47
|
68 |     registry.register_syntax_extension(token::intern("derive_ToSql"),
|                                               ^^^^^^ not found in `token`

error[E0425]: cannot find function `intern` in module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/lib.rs:70:47
|
70 |     registry.register_syntax_extension(token::intern("derive_FromSql"),
|                                               ^^^^^^ not found in `token`

error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field
--> .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/overrides.rs:31:21
|
31 |                     MetaItemKind::NameValue(ref key, ref value) => {
|                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2

error: aborting due to previous error(s)

thread 'main' panicked at 'ChainedError {
error: Could not compile `postgres-derive-codegen`.,
cause: process didn't exit successfully: `rustc --crate-name postgres_derive_codegen .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-derive-codegen-0.1.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="nightly" -C metadata=25b260ece4a4b36e -C extra-filename=-25b260ece4a4b36e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.