[go: up one dir, main page]

gfx_macros 0.1.4

Utility macros for use gfx
Build #24869 2016-08-18 07:03:10

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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading gfx_macros v0.1.4
Documenting gfx_macros v0.1.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/lib.rs --crate-name gfx_macros -o /home/cratesfyi/gfx_macros-0.1.4/doc -L dependency=/home/cratesfyi/gfx_macros-0.1.4/debug -L dependency=/home/cratesfyi/gfx_macros-0.1.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:69:85: 69:86 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:69                         let name = match super::find_name(cx, span, &def.node.attrs[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:69:85: 69:86 error: expected one of `.`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `{`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:69                         let name = match super::find_name(cx, span, &def.node.attrs[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:79:31: 79:32 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:79                             )[]
^
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:79:31: 79:32 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:79                             )[]
^
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:85:29: 85:37 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:85             let gen_arms = |&: ptype: Param, var: ast::Ident| -> Vec<ast::Arm> {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:85:29: 85:37 note: rely on inference instead 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:200:31: 200:32 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:200                             )[]
^
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:200:31: 200:32 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:200                             )[]
^
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:276:54: 276:55 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:276         let link_ident = context.ident_of(&link_name[]);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:276:54: 276:55 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/shader_param.rs:276         let link_ident = context.ident_of(&link_name[]);
^
thread 'main' panicked at 'ChainedError {
error: failed to compile `gfx_macros v0.1.4`, intermediate artifacts can be found at `/home/cratesfyi/gfx_macros-0.1.4`,
cause: ChainedError {
error: Could not document `gfx_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/gfx_macros-0.1.4/lib.rs --crate-name gfx_macros -o /home/cratesfyi/gfx_macros-0.1.4/doc -L dependency=/home/cratesfyi/gfx_macros-0.1.4/debug -L dependency=/home/cratesfyi/gfx_macros-0.1.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.