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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading gfx v0.1.1
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow`
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow`
Compiling khronos_api v1.0.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-1.0.0/src/lib.rs --crate-name khronos_api --crate-type lib -g -C metadata=cd058630d4047ffc -C extra-filename=-cd058630d4047ffc --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow`
Compiling bitflags v0.7.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.7.0/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=0e272044714c8076 -C extra-filename=-0e272044714c8076 --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow`
Compiling winapi-build v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -g -C metadata=493a7b0628804707 -C extra-filename=-493a7b0628804707 --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow`
Compiling gfx_macros v0.1.10
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs --crate-name gfx_macros --crate-type dylib -C prefer-dynamic -g -C metadata=0b8973540877d1ca -C extra-filename=-0b8973540877d1ca --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow`
Compiling winapi v0.2.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow`
Compiling xml-rs v0.3.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.3.4/src/lib.rs --crate-name xml --crate-type lib -g -C metadata=394ae49dda03a082 -C extra-filename=-394ae49dda03a082 --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --extern bitflags=/home/cratesfyi/gfx-0.1.1/debug/deps/libbitflags-0e272044714c8076.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:16:5: 16:37 error: unresolved import `syntax::ext::base::ItemDecorator`. There is no `ItemDecorator` in `syntax::ext::base` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:16 use syntax::ext::base::ItemDecorator;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:16:5: 16:37 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:18:5: 18:36 error: unresolved import `syntax::owned_slice::OwnedSlice`. Could not find `owned_slice` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:18 use syntax::owned_slice::OwnedSlice;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:18:5: 18:36 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:19:5: 19:35 error: unresolved import `syntax::ext::deriving::generic`. Could not find `deriving` in `syntax::ext` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:19 use syntax::ext::deriving::generic;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:19:5: 19:35 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:23:5: 23:37 error: unresolved import `syntax::ext::base::ItemDecorator`. There is no `ItemDecorator` in `syntax::ext::base` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:23 use syntax::ext::base::ItemDecorator;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:23:5: 23:37 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:36:20: 36:28 error: type name `ast::Ty_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:36 fn classify(node: &ast::Ty_) -> Result<Param, ParamError> {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:36:20: 36:28 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:36:20: 36:28 help: you can import it into scope: `use rustc::hir::Ty_;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:38:9: 38:20 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:38 ast::TyPath(_,ref path) => match path.segments.last() {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:55:31: 55:45 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:55 definition: &ast::StructDef,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:55:31: 55:45 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:55:31: 55:45 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:77:29: 77:45 error: unresolved name `token::get_ident` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:77 None => token::get_ident(fname),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:77:29: 77:45 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:136:29: 136:43 error: type name `ast::StructDef` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:136 definition: &ast::StructDef,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:136:29: 136:43 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:136:29: 136:43 help: no candidates by the name of `StructDef` found in your project; maybe you misspelled the name or forgot to import an external crate?
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:180:49: 180:57 error: type name `ast::Ty_` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:180 span: codemap::Span, node: &ast::Ty_,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:180:49: 180:57 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:180:49: 180:57 help: you can import it into scope: `use rustc::hir::Ty_;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:202:15: 202:32 error: unresolved name `ast::TypeImplItem` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:202 node: ast::TypeImplItem(cx.ty_ident(span, type_ident)),
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:202:15: 202:32 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:230:47: 230:64 error: unresolved name `ast::MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:230 ast::SelfRegion(None, ast::MutImmutable, cx.ident_of("self"))
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:230:47: 230:64 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:230:25: 230:40 error: unresolved name `ast::SelfRegion` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:230 ast::SelfRegion(None, ast::MutImmutable, cx.ident_of("self"))
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:230:25: 230:40 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:232:25: 232:40 error: unresolved name `ast::SelfStatic` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:232 ast::SelfStatic
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:232:25: 232:40 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:215:15: 215:34 error: unresolved name `ast::MethodImplItem` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:215 node: ast::MethodImplItem(
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:215:15: 215:34 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:245:6: 245:19 error: `ItemDecorator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:245 impl ItemDecorator for ShaderParam {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:245:6: 245:19 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:256:13: 256:28 error: unresolved variant or struct `ItemStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:256 ast::ItemStruct(ref definition, ref generics) => {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:257:48: 257:62 error: `ast::StructDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:257 (definition, generics.clone(), ast::StructDef {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:257:48: 257:62 help: run `rustc --explain E0422` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:260:35: 260:52 error: `ast::StructField_` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:260 node: ast::StructField_ {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:260:35: 260:52 help: run `rustc --explain E0422` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:295:13: 295:26 error: unresolved variant or struct `MetaWord` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:295 ast::MetaWord(_) => (), //expected
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:356:42: 356:59 error: unresolved name `ast::MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:356 ast::Arg::new_self(span, ast::MutImmutable, context.ident_of("self")),
^~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:355:14: 367:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:356:42: 356:59 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:380:63: 380:83 error: failed to resolve. Could not find `Item_` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:380 let item = context.item(span, item.ident, Vec::new(), ast::Item_::ItemImpl(
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/shader_param.rs:380:63: 380:83 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:73:13: 73:26 error: unresolved variant or struct `MetaWord` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:73 ast::MetaWord(ref word) => {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:145:9: 145:20 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:145 ast::TyPath(_,ref p) => (
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146:68: 146:77 error: unresolved name `ast::Plus` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146 cx.expr_lit(span, ast::LitInt(1, ast::UnsuffixedIntLit(ast::Plus))),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146:68: 146:77 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146:46: 146:67 error: unresolved name `ast::UnsuffixedIntLit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146 cx.expr_lit(span, ast::LitInt(1, ast::UnsuffixedIntLit(ast::Plus))),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146:46: 146:67 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146:31: 146:42 error: unresolved name `ast::LitInt` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146 cx.expr_lit(span, ast::LitInt(1, ast::UnsuffixedIntLit(ast::Plus))),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:146:31: 146:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:149:9: 149:30 error: unresolved variant or struct `TyFixedLengthVec` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:149 ast::TyFixedLengthVec(ref pty, ref expr) => (expr.clone(), match pty.node {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:150:13: 150:24 error: unresolved variant or struct `TyPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:150 ast::TyPath(_,ref p) => {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:180:33: 180:49 error: unresolved name `token::get_ident` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:180 None => token::get_ident(ident),
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:180:33: 180:49 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:225:6: 225:19 error: `ItemDecorator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:225 impl ItemDecorator for VertexFormat {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:225:6: 225:19 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:237:9: 237:26 error: failed to resolve. Use of undeclared type or module `generic` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:237 generic::TraitDef {
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:237:9: 237:26 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:247:17: 247:35 error: failed to resolve. Use of undeclared type or module `generic` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:247 generic::MethodDef {
^~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:245:22: 299:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:247:17: 247:35 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:249:31: 249:58 error: failed to resolve. Use of undeclared type or module `generic::ty` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:249 generics: generic::ty::LifetimeBounds {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:245:22: 299:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:249:31: 249:58 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:261:46: 261:63 error: failed to resolve. Use of undeclared type or module `generic::ty` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:261 generic::ty::Literal(generic::ty::Path {
^~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:260:27: 276:22 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:245:22: 299:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:261:46: 261:63 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:270:46: 270:63 error: failed to resolve. Use of undeclared type or module `generic::ty` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:270 generic::ty::Literal(generic::ty::Path {
^~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:260:27: 276:22 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:245:22: 299:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:270:46: 270:63 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:278:25: 278:42 error: failed to resolve. Use of undeclared type or module `generic::ty` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:278 generic::ty::Path {
^~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:245:22: 299:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:278:25: 278:42 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:282:58: 282:75 error: failed to resolve. Use of undeclared type or module `generic::ty` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:282 box generic::ty::Literal(generic::ty::Path {
^~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:281:37: 290:30 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:245:22: 299:14 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/vertex_format.rs:282:58: 282:75 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:34:28: 34:51 error: failed to resolve. Could not find `plugin` in `rustc` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:34 pub fn registrar(reg: &mut rustc::plugin::Registry) {
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:34:28: 34:51 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:39:9: 39:24 error: unresolved name `base::Decorator` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:39 base::Decorator(box shader_param::ShaderParam));
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:39:9: 39:24 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:42:9: 42:24 error: unresolved name `base::Decorator` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:42 base::Decorator(box vertex_format::VertexFormat));
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:42:9: 42:24 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:51:13: 51:31 error: unresolved variant or struct `MetaNameValue` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:51 ast::MetaNameValue(ref attr_name, ref attr_value) => {
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:53:31: 53:42 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:53 ("name", &ast::LitStr(ref new_name, _)) => {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:93:22: 93:36 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:93 vis: ast::Inherited,
^~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:90:9: 110:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:93:22: 93:36 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:95:23: 95:43 error: unresolved name `ast::ItemExternCrate` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:95 node: ast::ItemExternCrate(
^~~~~~~~~~~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:90:9: 110:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:95:23: 95:43 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:103:17: 103:28 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:103 ast::Public,
^~~~~~~~~~~
<std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:90:9: 110:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs:103:17: 103:28 help: run `rustc --explain E0425` to see a detailed explanation
error: cannot continue compilation due to previous error
thread 'main' panicked at 'ChainedError {
error: failed to compile `gfx v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/gfx-0.1.1`,
cause: ChainedError {
error: Could not compile `gfx_macros`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.10/src/lib.rs --crate-name gfx_macros --crate-type dylib -C prefer-dynamic -g -C metadata=0b8973540877d1ca -C extra-filename=-0b8973540877d1ca --out-dir /home/cratesfyi/gfx-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps -L dependency=/home/cratesfyi/gfx-0.1.1/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.