num-macros 0.1.25

Numeric syntax extensions.
Build #26156 2016-08-19T07:21:22.496543+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.25
Documenting num-macros v0.1.25
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs --crate-name num_macros -o /home/cratesfyi/num-macros-0.1.25/doc -L dependency=/home/cratesfyi/num-macros-0.1.25/debug -L dependency=/home/cratesfyi/num-macros-0.1.25/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/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.25/src/lib.rs:21 use syntax::ext::deriving::generic::*;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/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.25/src/lib.rs:22 use syntax::ext::deriving::generic::ty::*;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/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.25/src/lib.rs:28 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:72:21: 72:29 error: `TraitDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:72     let trait_def = TraitDef {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/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.25/src/lib.rs:38         ::syntax::ext::deriving::generic::ty::Path::new( pathvec!( $($x)* ) )
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:75:15: 75:40 note: in this expansion of path! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:77:19: 77:40 error: failed to resolve. Use of undeclared type or module `LifetimeBounds` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:77         generics: LifetimeBounds::empty(),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:79:13: 79:22 error: `MethodDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:79             MethodDef {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:82:27: 82:48 error: failed to resolve. Use of undeclared type or module `LifetimeBounds` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:82                 generics: LifetimeBounds::empty(),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/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.25/src/lib.rs:44         ::syntax::ext::deriving::generic::ty::Path::new_local(stringify!($x))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:84:36: 84:52 note: in this expansion of path_local! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:84:23: 84:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:84:28: 84:35 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:84                 args: vec!(Literal(path_local!(i64))),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:84:23: 84:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:87:58: 87:63 error: unresolved name `Self_` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:87                                            vec!(Box::new(Self_)),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:87:44: 87:65 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:85:33: 85:43 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:85                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:85:25: 85:32 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:85                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:91:39: 91:59 error: unresolved name `combine_substructure` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:91                 combine_substructure: combine_substructure(Box::new(|c, s, sub| {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:95:13: 95:22 error: `MethodDef` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:95             MethodDef {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:98:27: 98:48 error: failed to resolve. Use of undeclared type or module `LifetimeBounds` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:98                 generics: LifetimeBounds::empty(),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/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.25/src/lib.rs:44         ::syntax::ext::deriving::generic::ty::Path::new_local(stringify!($x))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:100:36: 100:52 note: in this expansion of path_local! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:100:23: 100:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:100:28: 100:35 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:100                 args: vec!(Literal(path_local!(u64))),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:100:23: 100:54 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:103:58: 103:63 error: unresolved name `Self_` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:103                                            vec!(Box::new(Self_)),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:103:44: 103:65 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:101:33: 101:43 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:101                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:101:25: 101:32 error: unresolved name `Literal` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:101                 ret_ty: Literal(Path::new_(pathvec_std!(cx, core::option::Option),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:107:39: 107:59 error: unresolved name `combine_substructure` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:107                 combine_substructure: combine_substructure(Box::new(|c, s, sub| {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:118:69: 118:81 error: type name `Substructure` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:118 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.25/src/lib.rs:118:69: 118: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.25/src/lib.rs:126:9: 126:21 error: unresolved variant or struct `StaticStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:126         StaticStruct(..) => {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:130:9: 130:19 error: unresolved variant or struct `StaticEnum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:130         StaticEnum(enum_def, _) => {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:141:21: 141:42 error: unresolved variant or struct `TupleVariantKind` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:141                     ast::TupleVariantKind(ref args) => {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:156:58: 156:67 error: unresolved name `ast::BiEq` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:156                         let guard = cx.expr_binary(span, ast::BiEq, n.clone(), cast);
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:171:21: 171:43 error: unresolved variant or struct `StructVariantKind` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:171                     ast::StructVariantKind(_) => {
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:50:12: 50:23 error: attempted access of field `use_std` on type `&mut syntax::ext::base::ExtCtxt<'_>`, but no field with that name was found 
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:50         if $cx.use_std {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:85:44: 85:82 note: in this expansion of pathvec_std! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:50:12: 50:23 error: attempted access of field `use_std` on type `&mut syntax::ext::base::ExtCtxt<'_>`, but no field with that name was found 
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:50         if $cx.use_std {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:101:44: 101:82 note: in this expansion of pathvec_std! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-macros-0.1.25/src/lib.rs:78:18: 111:10 note: in this expansion of vec! (defined in <std macros>)
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `num-macros v0.1.25`, intermediate artifacts can be found at `/home/cratesfyi/num-macros-0.1.25`,
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.25/src/lib.rs --crate-name num_macros -o /home/cratesfyi/num-macros-0.1.25/doc -L dependency=/home/cratesfyi/num-macros-0.1.25/debug -L dependency=/home/cratesfyi/num-macros-0.1.25/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.