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.1
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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.1/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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.1/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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.1/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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.1/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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps --extern libc=/home/cratesfyi/cpp-0.0.1/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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps --extern rustc_serialize=/home/cratesfyi/cpp-0.0.1/debug/deps/librustc_serialize-3561541d79c18212.rlib --extern rand=/home/cratesfyi/cpp-0.0.1/debug/deps/librand-49a08859d086fffe.rlib --cap-lints allow`
Documenting cpp v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lib.rs --crate-name cpp -o /home/cratesfyi/cpp-0.0.1/doc -L dependency=/home/cratesfyi/cpp-0.0.1/debug -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps --extern lazy_static=/home/cratesfyi/cpp-0.0.1/debug/deps/liblazy_static-3a04918be71c80ee.rlib --extern uuid=/home/cratesfyi/cpp-0.0.1/debug/deps/libuuid-13c4decae1c5ee4b.rlib --extern gcc=/home/cratesfyi/cpp-0.0.1/debug/deps/libgcc-ef3a0616dd2e0463.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/lib.rs:16 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/mac.rs:8 use syntax::ast_util::empty_generics;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/lint.rs:11 use syntax::ast::Expr_::*;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/types.rs:4 use syntax::ast::{self, Expr, DefId, NodeId};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/types.rs:11 use rustc::middle::ty::*;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:12:5: 12:33 error: unresolved import `rustc::middle::subst::Substs`. Could not find `subst` in `rustc::middle` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:12 use rustc::middle::subst::Substs;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:13:19: 13: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.1/src/types.rs:13 use rustc::lint::{Context, Level};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/mac.rs:18 tts: &[TokenTree]) -> Box<MacResult + 'a> {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/mac.rs:41:30: 41:39 error: type name `TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:41 tts: &[TokenTree]) -> Box<MacResult + 'a> {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:41:30: 41:39 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:47:14: 47:25 error: unresolved variant or struct `TtDelimited` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:47 Some(TtDelimited(span, ref del)) => {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:52:67: 52:79 error: unresolved name `MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:52 let mutable = parser.parse_mutability().unwrap_or(MutImmutable);
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:81:25: 81:30 error: unresolved name `TyTup` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:81 ec.ty(mac_span, TyTup(Vec::new()))
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:90:9: 90:20 error: unresolved variant or struct `TtDelimited` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:90 TtDelimited(span, ref del) => {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:120:37: 120:49 error: unresolved name `MutImmutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:120 let addr_of = if mutable == MutImmutable {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:140:14: 140:20 error: unresolved name `abi::C` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:140 abi: abi::C,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:144:19: 144:32 error: unresolved name `ForeignItemFn` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:144 node: ForeignItemFn(ec.fn_decl(params, ret_ty),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:16: 149:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:148:18: 148:27 error: unresolved name `Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:148 vis: Inherited,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:16: 149:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:172:52: 172:61 error: unresolved name `CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:172 CookedStr))
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:167:37: 173:46 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:161:25: 190:49 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:157:13: 191:55 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:171:45: 171:51 error: unresolved name `LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:171 LitStr(InternedString::new("c++"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:167:37: 173:46 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:161:25: 190:49 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:157:13: 191:55 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:184:52: 184:61 error: unresolved name `CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:184 CookedStr)),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:179:37: 190:46 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:161:25: 190:49 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:157:13: 191:55 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:183:45: 183:51 error: unresolved name `LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:183 LitStr(InternedString::new("rust_cpp_tmp"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:179:37: 190:46 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:161:25: 190:49 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:157:13: 191:55 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:189:52: 189:61 error: unresolved name `CookedStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:189 CookedStr))
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:179:37: 190:46 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:161:25: 190:49 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:157:13: 191:55 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:188:45: 188:51 error: unresolved name `LitStr` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:188 LitStr(InternedString::new("static"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:179:37: 190:46 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:161:25: 190:49 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:157:13: 191:55 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:191:25: 191:39 error: unresolved name `ItemForeignMod` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:191 ItemForeignMod(foreign_mod)))],
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:157:13: 191:55 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:200:33: 200:43 error: unresolved name `MutMutable` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:200 mutable: mutable == MutMutable,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/lint.rs:54 fn check_expr(&mut self, cx: &Context, exp: &Expr) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/lint.rs:54 fn check_expr(&mut self, cx: &Context, exp: &Expr) {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/lint.rs:55:16: 55:24 error: unresolved variant or struct `ExprCall` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:55 if let ExprCall(ref callee, ref args) = exp.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:56:20: 56:28 error: unresolved variant or struct `ExprPath` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:56 if let ExprPath(None, ref path) = callee.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/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.1/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.1/src/lint.rs:80:20: 80:28 error: unresolved variant or struct `ExprCast` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:80 if let ExprCast(ref e, _) = arg.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:81:24: 81:32 error: unresolved variant or struct `ExprCast` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:81 if let ExprCast(ref e, _) = e.node {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:82:28: 82:38 error: unresolved variant or struct `ExprAddrOf` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lint.rs:82 if let ExprAddrOf(_, ref e) = e.node {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/lint.rs:106 fn finalize(cx: &Context,
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/types.rs:23:43: 23:47 error: type name `ctxt` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:23 fn run(self, td: &mut TypeData, tcx: &ctxt) -> TypeName {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:23:43: 23: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.1/src/types.rs:28:22: 28:35 error: unresolved name `struct_fields` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:28 let fields = struct_fields(tcx, self.defid, &Substs::trans_empty());
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:29:13: 29:18 error: unresolved variant, struct or type alias `field` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:29 for field{ref name, ref mt} in fields {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/types.rs:239 fn explode_path(tcx: &ctxt, defid: DefId) -> (String, String, String, String) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/src/types.rs:245:5: 245:14 error: unresolved name `with_path` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:245 with_path(tcx, defid, |segs| {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:264:32: 264:42 error: type name `ctxt` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:264 tcx: &ctxt<'tcx>,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:264:32: 264: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.1/src/types.rs:268:17: 268:24 error: unresolved name `expr_ty` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:268 let rs_ty = expr_ty(tcx, expr);
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:272:16: 272:23 error: unresolved variant or struct `TyTuple` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:272 if let TyTuple(ref it) = rs_ty.sty {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:283:37: 283:47 error: type name `ctxt` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:283 tcx: &ctxt<'tcx>,
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:283:37: 283: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.1/src/types.rs:285:38: 285:46 error: type name `Ty` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:285 rs_ty: Ty<'tcx>,
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:285:38: 285:46 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:285:38: 285:46 help: `rustc::hir::Ty`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:285:38: 285:46 help: `rustc::ty::Ty`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:285:38: 285:46 help: `syntax::ast::Ty`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:285:38: 285:46 help: `syntax::syntax::ast::Ty`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:290:9: 290:14 error: unresolved variant or struct `TyInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:290 TyInt(TyIs) => TypeName::from_str("::rs::isize"),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:291:9: 291:14 error: unresolved variant or struct `TyInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:291 TyInt(TyI8) => TypeName::from_str("::rs::i8"),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:292:9: 292:14 error: unresolved variant or struct `TyInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:292 TyInt(TyI16) => TypeName::from_str("::rs::i16"),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:293:9: 293:14 error: unresolved variant or struct `TyInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:293 TyInt(TyI32) => TypeName::from_str("::rs::i32"),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:294:9: 294:14 error: unresolved variant or struct `TyInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:294 TyInt(TyI64) => TypeName::from_str("::rs::i64"),
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:296:9: 296:15 error: unresolved variant or struct `TyUint` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:296 TyUint(TyUs) => TypeName::from_str("::rs::usize"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:297:9: 297:15 error: unresolved variant or struct `TyUint` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:297 TyUint(TyU8) => TypeName::from_str("::rs::u8"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:298:9: 298:15 error: unresolved variant or struct `TyUint` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:298 TyUint(TyU16) => TypeName::from_str("::rs::u16"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:299:9: 299:15 error: unresolved variant or struct `TyUint` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:299 TyUint(TyU32) => TypeName::from_str("::rs::u32"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:300:9: 300:15 error: unresolved variant or struct `TyUint` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:300 TyUint(TyU64) => TypeName::from_str("::rs::u64"),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:302:9: 302:16 error: unresolved variant or struct `TyFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:302 TyFloat(TyF32) => TypeName::from_str("::rs::f32"),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:303:9: 303:16 error: unresolved variant or struct `TyFloat` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:303 TyFloat(TyF64) => TypeName::from_str("::rs::f64"),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:305:9: 305:17 error: unresolved variant or struct `TyRawPtr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:305 TyRawPtr(mt { ref ty, .. }) |
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:305:18: 305:20 error: unresolved variant, struct or type alias `mt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:305 TyRawPtr(mt { ref ty, .. }) |
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:306:9: 306:14 error: unresolved variant or struct `TyRef` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:306 TyRef(_, mt { ref ty, .. }) |
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:306:18: 306:20 error: unresolved variant, struct or type alias `mt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:306 TyRef(_, mt { ref ty, .. }) |
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:307:9: 307:14 error: unresolved variant or struct `TyBox` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:307 TyBox(ref ty) => {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:310:36: 310:66 error: failed to resolve. Use of undeclared type or module `ParameterEnvironment` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:310 if type_is_sized(Some(&ParameterEnvironment::for_item(tcx, nid.0)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:310:16: 310:29 error: unresolved name `type_is_sized` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:310 if type_is_sized(Some(&ParameterEnvironment::for_item(tcx, nid.0)),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:327:21: 327:28 error: unresolved variant or struct `TySlice` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:327 TySlice(ref it_ty) => {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:350:9: 350:15 error: unresolved variant or struct `TyEnum` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:350 TyEnum(defid, _) => {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:351:16: 351:35 error: unresolved name `type_is_c_like_enum` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:351 if type_is_c_like_enum(tcx, rs_ty) {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:352:34: 352:51 error: unresolved name `lookup_repr_hints` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:352 let repr_hints = lookup_repr_hints(tcx, defid);
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:378:39: 378:48 error: unresolved variant, struct or constant `TyI8` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:378 SignedInt(ast::TyI8) => "::rs::i8",
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:379:41: 379:50 error: unresolved variant, struct or constant `TyU8` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:379 UnsignedInt(ast::TyU8) => "::rs::u8",
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:380:39: 380:49 error: unresolved variant, struct or constant `TyI16` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:380 SignedInt(ast::TyI16) => "::rs::i16",
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:381:41: 381:51 error: unresolved variant, struct or constant `TyU16` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:381 UnsignedInt(ast::TyU16) => "::rs::u16",
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:382:39: 382:49 error: unresolved variant, struct or constant `TyI32` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:382 SignedInt(ast::TyI32) => "::rs::i32",
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:383:41: 383:51 error: unresolved variant, struct or constant `TyU32` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:383 UnsignedInt(ast::TyU32) => "::rs::u32",
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:384:39: 384:49 error: unresolved variant, struct or constant `TyI64` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:384 SignedInt(ast::TyI64) => "::rs::i64",
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:385:41: 385:51 error: unresolved variant, struct or constant `TyU64` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:385 UnsignedInt(ast::TyU64) => "::rs::u64",
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:386:39: 386:48 error: unresolved variant, struct or constant `TyIs` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:386 SignedInt(ast::TyIs) => "::rs::isize",
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:387:41: 387:50 error: unresolved variant, struct or constant `TyUs` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:387 UnsignedInt(ast::TyUs) => "::rs::usize",
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:399:32: 399:45 error: unresolved name `enum_variants` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:399 let variants = enum_variants(tcx, defid);
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:415:9: 415:17 error: unresolved variant or struct `TyStruct` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:415 TyStruct(defid, substs) => {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:416:30: 416:47 error: unresolved name `lookup_repr_hints` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/types.rs:416 let repr_hints = lookup_repr_hints(tcx, defid);
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/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.1/src/mac.rs:46:11: 46:36 error: the type of this value must be known in this context
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:46 match parser.parse_token_tree().ok() {
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:96:13: 96: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.1/src/mac.rs:96 ec.parse_sess.span_diagnostic.cm.span_to_snippet(span).unwrap()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:109:44: 109: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.1/src/mac.rs:109 Ident::new(intern("u8"))),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:117:44: 117: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.1/src/mac.rs:117 Ident::new(intern("u8"))),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:135:20: 135: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.1/src/mac.rs:135 let fn_ident = Ident::new(intern(
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:21: 149:11 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141 items: vec![P(ForeignItem {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:16: 149:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:21: 149:11 note: expected type `_`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:21: 149:11 note: found type `syntax::ptr::P<syntax::ast::ForeignItem>`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:21: 149:11 note: expected struct `syntax::ast::ForeignItem`, found struct `syntax::ptr::P`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141 items: vec![P(ForeignItem {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:141:16: 149:12 note: in this expansion of vec! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:154:12: 154:17 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:154 ec.block(
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/mac.rs:154:12: 154: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.1/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.1/src/lint.rs:205 sp_mut.add_path(&out_dir.to_str().unwrap());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/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.1/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.1/src/types.rs:70 tn.recover();
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lib.rs:29:61: 29: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.1/src/lib.rs:29 SyntaxExtension::NormalTT(Box::new(mac::expand_cpp_include),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lib.rs:29:61: 29: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.1/src/lib.rs:29:61: 29:69 note: required by `std::boxed::<impl Box<T>>::new`
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lib.rs:32:61: 32: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.1/src/lib.rs:32 SyntaxExtension::NormalTT(Box::new(mac::expand_cpp),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lib.rs:32:61: 32: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.1/src/lib.rs:32:61: 32: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.1`, intermediate artifacts can be found at `/home/cratesfyi/cpp-0.0.1`,
cause: ChainedError {
error: Could not document `cpp`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cpp-0.0.1/src/lib.rs --crate-name cpp -o /home/cratesfyi/cpp-0.0.1/doc -L dependency=/home/cratesfyi/cpp-0.0.1/debug -L dependency=/home/cratesfyi/cpp-0.0.1/debug/deps --extern lazy_static=/home/cratesfyi/cpp-0.0.1/debug/deps/liblazy_static-3a04918be71c80ee.rlib --extern uuid=/home/cratesfyi/cpp-0.0.1/debug/deps/libuuid-13c4decae1c5ee4b.rlib --extern gcc=/home/cratesfyi/cpp-0.0.1/debug/deps/libgcc-ef3a0616dd2e0463.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.