cpp 0.0.3

Write C++ code inline in your rust code!
Build #9232 2016-08-06 13:53:34

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 cpp v0.0.3 Compiling lazy_static v0.1.16 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.1.16/src/lib.rs --crate-name lazy_static --crate-type lib -g -C metadata=3a04918be71c80ee -C extra-filename=-3a04918be71c80ee --out-dir /home/cratesfyi/cpp-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --cap-lints allow` Compiling rustc-serialize v0.3.19 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/cpp-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --cap-lints allow` Compiling gcc v0.3.32 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.32/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=ef3a0616dd2e0463 -C extra-filename=-ef3a0616dd2e0463 --out-dir /home/cratesfyi/cpp-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --cap-lints allow` 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/cpp-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --cap-lints allow` Compiling rand v0.3.14 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/cpp-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --extern libc=/home/cratesfyi/cpp-0.0.3/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow` Compiling uuid v0.1.18 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.1.18/src/lib.rs --crate-name uuid --crate-type lib -g -C metadata=13c4decae1c5ee4b -C extra-filename=-13c4decae1c5ee4b --out-dir /home/cratesfyi/cpp-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --extern rand=/home/cratesfyi/cpp-0.0.3/debug/deps/librand-49a08859d086fffe.rlib --extern rustc_serialize=/home/cratesfyi/cpp-0.0.3/debug/deps/librustc_serialize-3561541d79c18212.rlib --cap-lints allow` Documenting cpp v0.0.3 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs --crate-name cpp -o /home/cratesfyi/cpp-0.0.3/doc -L dependency=/home/cratesfyi/cpp-0.0.3/debug -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --extern gcc=/home/cratesfyi/cpp-0.0.3/debug/deps/libgcc-ef3a0616dd2e0463.rlib --extern uuid=/home/cratesfyi/cpp-0.0.3/debug/deps/libuuid-13c4decae1c5ee4b.rlib --extern lazy_static=/home/cratesfyi/cpp-0.0.3/debug/deps/liblazy_static-3a04918be71c80ee.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:16:5: 16:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:16 use rustc::plugin::Registry; ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:8:5: 8:37 error: unresolved import `syntax::ast_util::empty_generics`. Could not find `ast_util` in `syntax` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:8 use syntax::ast_util::empty_generics; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:11:5: 11:27 error: unresolved import `syntax::ast::Expr_::*`. Could not find `Expr_` in `syntax::ast` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:11 use syntax::ast::Expr_::*; ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:4:31: 4:36 error: unresolved import `syntax::ast::DefId`. There is no `DefId` in `syntax::ast` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:4 use syntax::ast::{self, Expr, DefId, NodeId, MetaNameValue, LitStr}; ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:4:46: 4:59 error: unresolved import `syntax::ast::MetaNameValue`. There is no `MetaNameValue` in `syntax::ast` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:4 use syntax::ast::{self, Expr, DefId, NodeId, MetaNameValue, LitStr}; ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:4:61: 4:67 error: unresolved import `syntax::ast::LitStr`. There is no `LitStr` in `syntax::ast` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:4 use syntax::ast::{self, Expr, DefId, NodeId, MetaNameValue, LitStr}; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:11:5: 11:26 error: unresolved import `rustc::middle::ty::*`. Could not find `ty` in `rustc::middle` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:11 use rustc::middle::ty::*; ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:12:19: 12:26 error: unresolved import `rustc::lint::Context`. There is no `Context` in `rustc::lint`. Did you mean to use `context`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:12 use rustc::lint::{Context, Level}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:18:38: 18:47 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:18 tts: &[TokenTree]) -> Box<MacResult + 'a> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:18:38: 18:47 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:41:37: 41:46 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:41 tts: &[TokenTree]) -> Box<MacResult + 'a> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:41:37: 41:46 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:64:30: 64:39 error: type name `TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:64 tts: &[TokenTree]) -> Box<MacResult + 'a> { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:64:30: 64:39 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:70:14: 70:25 error: unresolved variant or struct `TtDelimited` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:70 Some(TtDelimited(span, ref del)) => { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:75:67: 75:79 error: unresolved name `MutImmutable` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:75 let mutable = parser.parse_mutability().unwrap_or(MutImmutable); ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:104:25: 104:30 error: unresolved name `TyTup` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:104 ec.ty(mac_span, TyTup(Vec::new())) ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:113:9: 113:20 error: unresolved variant or struct `TtDelimited` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:113 TtDelimited(span, ref del) => { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:143:37: 143:49 error: unresolved name `MutImmutable` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:143 let addr_of = if mutable == MutImmutable { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:163:14: 163:20 error: unresolved name `abi::C` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:163 abi: abi::C, ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:167:19: 167:32 error: unresolved name `ForeignItemFn` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:167 node: ForeignItemFn(ec.fn_decl(params, ret_ty), ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:16: 172:12 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:171:18: 171:27 error: unresolved name `Inherited` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:171 vis: Inherited, ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:16: 172:12 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:202:44: 202:53 error: unresolved name `CookedStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:202 CookedStr)) ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:197:29: 203:38 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:201:37: 201:43 error: unresolved name `LitStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:201 LitStr(InternedString::new(lib), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:197:29: 203:38 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:217:40: 217:49 error: unresolved name `CookedStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:217 CookedStr)), ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:212:25: 223:34 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:216:33: 216:39 error: unresolved name `LitStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:216 LitStr(InternedString::new("rust_cpp_tmp"), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:212:25: 223:34 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:222:40: 222:49 error: unresolved name `CookedStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:222 CookedStr)) ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:212:25: 223:34 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:221:33: 221:39 error: unresolved name `LitStr` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:221 LitStr(InternedString::new("static"), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:212:25: 223:34 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:237:25: 237:39 error: unresolved name `ItemForeignMod` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:237 ItemForeignMod(foreign_mod)))], ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:232:13: 237:55 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:246:33: 246:43 error: unresolved name `MutMutable` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:246 mutable: mutable == MutMutable, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:54:5: 64:6 error: method `check_expr` is not a member of trait `LintPass` [E0407] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:54 fn check_expr(&mut self, cx: &Context, exp: &Expr) { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:54:35: 54:42 error: type name `Context` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:54 fn check_expr(&mut self, cx: &Context, exp: &Expr) { ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:54:35: 54:42 help: you can import it into scope: `use rustc::middle::region::Context;`. .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:55:16: 55:24 error: unresolved variant or struct `ExprCall` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:55 if let ExprCall(ref callee, ref args) = exp.node { ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:56:20: 56:28 error: unresolved variant or struct `ExprPath` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:56 if let ExprPath(None, ref path) = callee.node { ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:67:26: 67:33 error: type name `Context` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:67 fn record_type_data(cx: &Context, name: &str, call: &Expr, args: &[P<Expr>]) { ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:67:26: 67:33 help: you can import it into scope: `use rustc::middle::region::Context;`. .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:80:20: 80:28 error: unresolved variant or struct `ExprCast` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:80 if let ExprCast(ref e, _) = arg.node { ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:81:24: 81:32 error: unresolved variant or struct `ExprCast` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:81 if let ExprCast(ref e, _) = e.node { ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:82:28: 82:38 error: unresolved variant or struct `ExprAddrOf` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:82 if let ExprAddrOf(_, ref e) = e.node { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:106:18: 106:25 error: type name `Context` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:106 fn finalize(cx: &Context, ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:106:18: 106:25 help: you can import it into scope: `use rustc::middle::region::Context;`. .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:22:43: 22:47 error: type name `ctxt` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:22 fn run(self, td: &mut TypeData, tcx: &ctxt) -> TypeName { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:22:43: 22:47 help: no candidates by the name of `ctxt` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:239:23: 239:27 error: type name `ctxt` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:239 fn explode_path(tcx: &ctxt, defid: DefId) -> (String, String, String, String) { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:239:23: 239:27 help: no candidates by the name of `ctxt` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261:30: 261:34 error: type name `ctxt` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261 fn cpp_type_attr_check(tcx: &ctxt, defid: DefId, rs_ty: Ty) -> Option<TypeName> { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261:30: 261:34 help: no candidates by the name of `ctxt` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261:57: 261:59 error: type name `Ty` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261 fn cpp_type_attr_check(tcx: &ctxt, defid: DefId, rs_ty: Ty) -> Option<TypeName> { ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261:57: 261:59 help: you can import several candidates into scope (`use ...;`): .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261:57: 261:59 help: `rustc::hir::Ty` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261:57: 261:59 help: `rustc::ty::Ty` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:261:57: 261:59 help: `syntax::ast::Ty` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:285:32: 285:42 error: type name `ctxt` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:285 tcx: &ctxt<'tcx>, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:285:32: 285:42 help: no candidates by the name of `ctxt` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:293:16: 293:23 error: unresolved variant or struct `TyTuple` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:293 if let TyTuple(ref it) = rs_ty.sty { ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:304:37: 304:47 error: type name `ctxt` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:304 tcx: &ctxt<'tcx>, ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:304:37: 304:47 help: no candidates by the name of `ctxt` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:306:38: 306:46 error: type name `Ty` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:306 rs_ty: Ty<'tcx>, ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:306:38: 306:46 help: you can import several candidates into scope (`use ...;`): .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:306:38: 306:46 help: `rustc::hir::Ty` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:306:38: 306:46 help: `rustc::ty::Ty` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:306:38: 306:46 help: `syntax::ast::Ty` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:311:9: 311:14 error: unresolved variant or struct `TyInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:311 TyInt(TyIs) => TypeName::from_str("::rs::isize"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:312:9: 312:14 error: unresolved variant or struct `TyInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:312 TyInt(TyI8) => TypeName::from_str("::rs::i8"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:313:9: 313:14 error: unresolved variant or struct `TyInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:313 TyInt(TyI16) => TypeName::from_str("::rs::i16"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:314:9: 314:14 error: unresolved variant or struct `TyInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:314 TyInt(TyI32) => TypeName::from_str("::rs::i32"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:315:9: 315:14 error: unresolved variant or struct `TyInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:315 TyInt(TyI64) => TypeName::from_str("::rs::i64"), ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:317:9: 317:15 error: unresolved variant or struct `TyUint` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:317 TyUint(TyUs) => TypeName::from_str("::rs::usize"), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:318:9: 318:15 error: unresolved variant or struct `TyUint` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:318 TyUint(TyU8) => TypeName::from_str("::rs::u8"), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:319:9: 319:15 error: unresolved variant or struct `TyUint` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:319 TyUint(TyU16) => TypeName::from_str("::rs::u16"), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:320:9: 320:15 error: unresolved variant or struct `TyUint` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:320 TyUint(TyU32) => TypeName::from_str("::rs::u32"), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:321:9: 321:15 error: unresolved variant or struct `TyUint` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:321 TyUint(TyU64) => TypeName::from_str("::rs::u64"), ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:323:9: 323:16 error: unresolved variant or struct `TyFloat` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:323 TyFloat(TyF32) => TypeName::from_str("::rs::f32"), ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:324:9: 324:16 error: unresolved variant or struct `TyFloat` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:324 TyFloat(TyF64) => TypeName::from_str("::rs::f64"), ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:326:9: 326:17 error: unresolved variant or struct `TyRawPtr` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:326 TyRawPtr(TypeAndMut { ref ty, .. }) | ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:326:18: 326:28 error: unresolved variant, struct or type alias `TypeAndMut` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:326 TyRawPtr(TypeAndMut { ref ty, .. }) | ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:327:9: 327:14 error: unresolved variant or struct `TyRef` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:327 TyRef(_, TypeAndMut { ref ty, .. }) | ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:327:18: 327:28 error: unresolved variant, struct or type alias `TypeAndMut` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:327 TyRef(_, TypeAndMut { ref ty, .. }) | ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:328:9: 328:14 error: unresolved variant or struct `TyBox` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:328 TyBox(ref ty) => { ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:331:29: 331:59 error: failed to resolve. Use of undeclared type or module `ParameterEnvironment` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:331 if ty.is_sized(&ParameterEnvironment::for_item(tcx, nid.0), nid.1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:346:21: 346:28 error: unresolved variant or struct `TySlice` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:346 TySlice(ref it_ty) => { ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:369:9: 369:15 error: unresolved variant or struct `TyEnum` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:369 TyEnum(edef, _) => { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:402:39: 402:48 error: unresolved variant, struct or constant `TyI8` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:402 SignedInt(ast::TyI8) => "::rs::i8", ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:403:41: 403:50 error: unresolved variant, struct or constant `TyU8` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:403 UnsignedInt(ast::TyU8) => "::rs::u8", ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:404:39: 404:49 error: unresolved variant, struct or constant `TyI16` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:404 SignedInt(ast::TyI16) => "::rs::i16", ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:405:41: 405:51 error: unresolved variant, struct or constant `TyU16` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:405 UnsignedInt(ast::TyU16) => "::rs::u16", ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:406:39: 406:49 error: unresolved variant, struct or constant `TyI32` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:406 SignedInt(ast::TyI32) => "::rs::i32", ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:407:41: 407:51 error: unresolved variant, struct or constant `TyU32` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:407 UnsignedInt(ast::TyU32) => "::rs::u32", ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:408:39: 408:49 error: unresolved variant, struct or constant `TyI64` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:408 SignedInt(ast::TyI64) => "::rs::i64", ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:409:41: 409:51 error: unresolved variant, struct or constant `TyU64` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:409 UnsignedInt(ast::TyU64) => "::rs::u64", ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:410:39: 410:48 error: unresolved variant, struct or constant `TyIs` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:410 SignedInt(ast::TyIs) => "::rs::isize", ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:411:41: 411:50 error: unresolved variant, struct or constant `TyUs` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:411 UnsignedInt(ast::TyUs) => "::rs::usize", ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:438:9: 438:17 error: unresolved variant or struct `TyStruct` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:438 TyStruct(sdef, substs) => { ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:31:17: 31:49 error: attempted access of field `cm` on type `syntax::rustc_errors::Handler`, but no field with that name was found .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:31 let inner = ec.parse_sess.span_diagnostic.cm.span_to_snippet(span).unwrap(); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:54:17: 54:49 error: attempted access of field `cm` on type `syntax::rustc_errors::Handler`, but no field with that name was found .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:54 let inner = ec.parse_sess.span_diagnostic.cm.span_to_snippet(span).unwrap(); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:69:11: 69:36 error: the type of this value must be known in this context .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:69 match parser.parse_token_tree().ok() { ^~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:119:13: 119:45 error: attempted access of field `cm` on type `syntax::rustc_errors::Handler`, but no field with that name was found .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:119 ec.parse_sess.span_diagnostic.cm.span_to_snippet(span).unwrap() ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:132:44: 132:54 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:132 Ident::new(intern("u8"))), ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:140:44: 140:54 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:140 Ident::new(intern("u8"))), ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:158:20: 158:30 error: no associated item named `new` found for type `syntax::ast::Ident` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:158 let fn_ident = Ident::new(intern( ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:21: 172:11 error: mismatched types [E0308] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164 items: vec![P(ForeignItem { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:16: 172:12 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:21: 172:11 note: expected type `_` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:21: 172:11 note: found type `syntax::ptr::P<syntax::ast::ForeignItem>` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:21: 172:11 note: expected struct `syntax::ast::ForeignItem`, found struct `syntax::ptr::P` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164 items: vec![P(ForeignItem { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:164:16: 172:12 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:229:12: 229:17 error: this function takes 2 parameters but 3 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:229 ec.block( ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/mac.rs:229:12: 229:17 note: the following parameter types were expected: syntax::codemap::Span, std::vec::Vec<syntax::ast::Stmt> .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:205:16: 205:24 error: this function takes 2 parameters but 1 parameter was supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:205 sp_mut.add_path(&out_dir.to_str().unwrap()); ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lint.rs:205:16: 205:24 note: the following parameter types were expected: &str, rustc::session::config::ErrorOutputType .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:29:20: 29:43 error: the type of this value must be known in this context .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:29 for fdd in struct_def.all_fields() { ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:70:17: 70:29 error: the type of this value must be known in this context .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:70 tn.recover(); ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:246:36: 246:58 error: the type of this value must be known in this context .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:246 let mut segs_vec: Vec<_> = segs.map(|x| x.name()).collect(); ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:263:18: 263:24 error: the type of this value must be known in this context .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:263 for attr in &*attrs { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:293:34: 293:43 error: the type of this value must be known in this context .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/types.rs:293 if let TyTuple(ref it) = rs_ty.sty { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:35:61: 35:69 error: the trait bound `syntax::ext::base::TTMacroExpander: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:35 SyntaxExtension::NormalTT(Box::new(mac::expand_cpp_include), ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:35:61: 35:69 note: `syntax::ext::base::TTMacroExpander` does not have a constant size known at compile-time .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:35:61: 35:69 note: required by `std::boxed::<impl Box<T>>::new` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:38:61: 38:69 error: the trait bound `syntax::ext::base::TTMacroExpander: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:38 SyntaxExtension::NormalTT(Box::new(mac::expand_cpp_header), ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:38:61: 38:69 note: `syntax::ext::base::TTMacroExpander` does not have a constant size known at compile-time .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:38:61: 38:69 note: required by `std::boxed::<impl Box<T>>::new` .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:41:61: 41:69 error: the trait bound `syntax::ext::base::TTMacroExpander: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:41 SyntaxExtension::NormalTT(Box::new(mac::expand_cpp), ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:41:61: 41:69 note: `syntax::ext::base::TTMacroExpander` does not have a constant size known at compile-time .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs:41:61: 41:69 note: required by `std::boxed::<impl Box<T>>::new` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `cpp v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/cpp-0.0.3`, cause: ChainedError { error: Could not document `cpp`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.3/src/lib.rs --crate-name cpp -o /home/cratesfyi/cpp-0.0.3/doc -L dependency=/home/cratesfyi/cpp-0.0.3/debug -L dependency=/home/cratesfyi/cpp-0.0.3/debug/deps --extern gcc=/home/cratesfyi/cpp-0.0.3/debug/deps/libgcc-ef3a0616dd2e0463.rlib --extern uuid=/home/cratesfyi/cpp-0.0.3/debug/deps/libuuid-13c4decae1c5ee4b.rlib --extern lazy_static=/home/cratesfyi/cpp-0.0.3/debug/deps/liblazy_static-3a04918be71c80ee.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.