try-let 0.1.3

A syntax extension for a basic try-let form
Build #23293 2016-08-17T02:56:08.940551+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 try-let v0.1.3
Documenting try-let v0.1.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs --crate-name try_let -o /home/cratesfyi/try-let-0.1.3/doc -L dependency=/home/cratesfyi/try-let-0.1.3/debug -L dependency=/home/cratesfyi/try-let-0.1.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:167:35: 167:50 error: failed to resolve. Use of undeclared type or module `DeclKind` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:167         mac_span.lo, mac_span.hi, DeclKind::Local(P(Local {
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:181:30: 181:39 error: type name `TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:181                       tts: &[TokenTree])
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:181:30: 181:39 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:31:61: 31:69 error: the trait bound `syntax::ext::base::TTMacroExpander: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:31                                   SyntaxExtension::NormalTT(Box::new(expand_try_let),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:31:61: 31:69 note: `syntax::ext::base::TTMacroExpander` does not have a constant size known at compile-time 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:31:61: 31:69 note: required by `std::boxed::<impl Box<T>>::new` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:57:9: 57:45 error: this pattern has 2 fields, but the corresponding variant has 3 fields [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:57         PatKind::TupleStruct(_, Some(ref v)) | PatKind::Tup(ref v) => {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:57:48: 57:67 error: no associated item named `Tup` found for type `syntax::ast::PatKind` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:57         PatKind::TupleStruct(_, Some(ref v)) | PatKind::Tup(ref v) => {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:110:28: 110:32 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:110                        }), None)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:110:28: 110:32 note: expected type `syntax::util::ThinVec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:110:28: 110:32 note:    found type `std::option::Option<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:110:28: 110:32 note: expected struct `syntax::util::ThinVec`, found enum `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:110                        }), None)
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:113:66: 113:70 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:113                                      ExprKind::Tup(names_exprs), None);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:113:66: 113:70 note: expected type `syntax::util::ThinVec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:113:66: 113:70 note:    found type `std::option::Option<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:113:66: 113:70 note: expected struct `syntax::util::ThinVec`, found enum `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:113                                      ExprKind::Tup(names_exprs), None);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:149:66: 149:70 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:149                                     ExprKind::Match(expr, arms), None);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:149:66: 149:70 note: expected type `syntax::util::ThinVec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:149:66: 149:70 note:    found type `std::option::Option<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:149:66: 149:70 note: expected struct `syntax::util::ThinVec`, found enum `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:149                                     ExprKind::Match(expr, arms), None);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:163:15: 163:27 error: no associated item named `Tup` found for type `syntax::ast::PatKind` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:163         node: PatKind::Tup(names_pats),
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:166:52: 166:66 error: no associated item named `Decl` found for type `syntax::ast::StmtKind` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:166     let stmt = P(spanned(mac_span.lo, mac_span.hi, StmtKind::Decl(P(spanned(
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:173:20: 173:24 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:173             attrs: None,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:173:20: 173:24 note: expected type `syntax::util::ThinVec<syntax::codemap::Spanned<syntax::ast::Attribute_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:173:20: 173:24 note:    found type `std::option::Option<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:173:20: 173:24 note: expected struct `syntax::util::ThinVec`, found enum `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:173             attrs: None,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:176:25: 176:29 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:176     Ok(SmallVector::one(stmt))
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:176:25: 176:29 note: expected type `syntax::ptr::P<syntax::ast::Stmt>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:176:25: 176:29 note:    found type `syntax::ptr::P<syntax::codemap::Spanned<_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:176:25: 176:29 note: expected struct `syntax::ast::Stmt`, found struct `syntax::codemap::Spanned` 
.cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs:176     Ok(SmallVector::one(stmt))
^~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `try-let v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/try-let-0.1.3`,
cause: ChainedError {
error: Could not document `try-let`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/try-let-0.1.3/src/lib.rs --crate-name try_let -o /home/cratesfyi/try-let-0.1.3/doc -L dependency=/home/cratesfyi/try-let-0.1.3/debug -L dependency=/home/cratesfyi/try-let-0.1.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.