num-macros 0.1.27

Numeric syntax extensions.
Build #26154 2016-08-19T07:21:11.448553+00:00
# 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 num-macros v0.1.27
Documenting num-macros v0.1.27
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs --crate-name num_macros -o /home/cratesfyi/num-macros-0.1.27/doc -L dependency=/home/cratesfyi/num-macros-0.1.27/debug -L dependency=/home/cratesfyi/num-macros-0.1.27/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:21:5: 21:39 error: unresolved import `syntax::ext::deriving::generic::*`. Could not find `deriving` in `syntax::ext` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:21 use syntax::ext::deriving::generic::*;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:22:5: 22:43 error: unresolved import `syntax::ext::deriving::generic::ty::*`. Could not find `deriving` in `syntax::ext` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:22 use syntax::ext::deriving::generic::ty::*;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:28:5: 28:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:28 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:66:21: 66:29 error: `TraitDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:66     let trait_def = TraitDef {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:38:9: 38:56 error: failed to resolve. Could not find `deriving` in `syntax::ext` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:38         ::syntax::ext::deriving::generic::ty::Path::new( pathvec!( $($x)* ) )
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:70:15: 70:40 note: in this expansion of path! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:72:19: 72:40 error: failed to resolve. Use of undeclared type or module `LifetimeBounds` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:72         generics: LifetimeBounds::empty(),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:74:13: 74:22 error: `MethodDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:74             MethodDef {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:77:27: 77:48 error: failed to resolve. Use of undeclared type or module `LifetimeBounds` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:77                 generics: LifetimeBounds::empty(),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:44:9: 44:62 error: failed to resolve. Could not find `deriving` in `syntax::ext` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:44         ::syntax::ext::deriving::generic::ty::Path::new_local(stringify!($x))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:79:36: 79:52 note: in this expansion of path_local! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:79:23: 79:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:79:28: 79:35 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:79                 args: vec!(Literal(path_local!(i64))),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:79:23: 79:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:82:58: 82:63 error: unresolved name `Self_` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:82                                            vec!(Box::new(Self_)),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:82:44: 82:65 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:80:33: 80:43 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:80                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:80:25: 80:32 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:80                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:86:39: 86:59 error: unresolved name `combine_substructure` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:86                 combine_substructure: combine_substructure(Box::new(|c, s, sub| {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:90:13: 90:22 error: `MethodDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:90             MethodDef {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:93:27: 93:48 error: failed to resolve. Use of undeclared type or module `LifetimeBounds` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:93                 generics: LifetimeBounds::empty(),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:44:9: 44:62 error: failed to resolve. Could not find `deriving` in `syntax::ext` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:44         ::syntax::ext::deriving::generic::ty::Path::new_local(stringify!($x))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:95:36: 95:52 note: in this expansion of path_local! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:95:23: 95:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:95:28: 95:35 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:95                 args: vec!(Literal(path_local!(u64))),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:95:23: 95:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:98:58: 98:63 error: unresolved name `Self_` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:98                                            vec!(Box::new(Self_)),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:98:44: 98:65 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:96:33: 96:43 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:96                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:96:25: 96:32 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:96                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:102:39: 102:59 error: unresolved name `combine_substructure` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:102                 combine_substructure: combine_substructure(Box::new(|c, s, sub| {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:73:18: 106:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:113:69: 113:81 error: type name `Substructure` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:113 fn cs_from(name: &str, cx: &mut ExtCtxt, trait_span: Span, substr: &Substructure) -> P<Expr> {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:113:69: 113:81 help: no candidates by the name of `Substructure` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:121:9: 121:21 error: unresolved variant or struct `StaticStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:121         StaticStruct(..) => {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:125:9: 125:19 error: unresolved variant or struct `StaticEnum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:125         StaticEnum(enum_def, _) => {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:136:21: 136:42 error: unresolved variant or struct `TupleVariantKind` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:136                     ast::TupleVariantKind(ref args) => {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:151:58: 151:67 error: unresolved name `ast::BiEq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:151                         let guard = cx.expr_binary(span, ast::BiEq, n.clone(), cast);
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:166:21: 166:43 error: unresolved variant or struct `StructVariantKind` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs:166                     ast::StructVariantKind(_) => {
^~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `num-macros v0.1.27`, intermediate artifacts can be found at `/home/cratesfyi/num-macros-0.1.27`,
cause: ChainedError {
error: Could not document `num-macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.27/src/lib.rs --crate-name num_macros -o /home/cratesfyi/num-macros-0.1.27/doc -L dependency=/home/cratesfyi/num-macros-0.1.27/debug -L dependency=/home/cratesfyi/num-macros-0.1.27/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.