fnconcat 0.2.0

Specify function names by concatenating tokens.
Build #128232016-08-09T10:19:47.744558+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 fnconcat v0.2.0
Documenting fnconcat v0.2.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs --crate-name fnconcat -o /home/cratesfyi/fnconcat-0.2.0/doc -L dependency=/home/cratesfyi/fnconcat-0.2.0/debug -L dependency=/home/cratesfyi/fnconcat-0.2.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13:19: 13:28 error: unresolved import `syntax::ast::Delimited`. There is no `Delimited` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13 use syntax::ast::{Delimited, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13:30: 13:39 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13 use syntax::ast::{Delimited, TokenTree, TtDelimited, TtToken};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13:41: 13:52 error: unresolved import `syntax::ast::TtDelimited`. There is no `TtDelimited` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13 use syntax::ast::{Delimited, TokenTree, TtDelimited, TtToken};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13:54: 13:61 error: unresolved import `syntax::ast::TtToken`. There is no `TtToken` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:13 use syntax::ast::{Delimited, TokenTree, TtDelimited, TtToken};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:15:5: 15:35 error: unresolved import `syntax::diagnostic::FatalError`. Could not find `diagnostic` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:15 use syntax::diagnostic::FatalError;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:20:5: 20:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:20 use rustc::plugin::Registry;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:67:52: 67:64 error: unresolved name `token::Plain` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:67     TtToken(span, token::Ident(cx.ident_of(ident), token::Plain))
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:63:25: 63:35 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:63     tts.iter().map(|tt| tt.clone()).collect()
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:67:19: 67:65 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:67     TtToken(span, token::Ident(cx.ident_of(ident), token::Plain))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:67:19: 67:65 note: the following parameter type was expected: syntax::ast::Ident 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:73:25: 73:47 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:73             &TtToken(_, token::Ident(ref i, _)) => {
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:111:5: 111:31 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:111     fn_tokens[ident_token_pos] = if let &TtDelimited(delim_span, ref delim) = &fn_tokens[ident_token_pos] {
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:159:24: 159:50 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:159         let pat = try!(parser.parse_pat_nopanic());
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:159:19: 159:51 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:177:23: 177:50 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:177         ret.push(try!(parser.parse_expr_nopanic()).to_tokens(cx));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:177:18: 177:51 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:245:13: 245:20 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:245             Some(i) => items.push(i),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:245:13: 245:20 note: expected type `std::result::Result<std::option::Option<syntax::ptr::P<syntax::ast::Item>>, syntax::rustc_errors::DiagnosticBuilder<'_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:245:13: 245:20 note:    found type `std::option::Option<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:245:13: 245:20 note: expected enum `std::result::Result`, found enum `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:245             Some(i) => items.push(i),
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:246:13: 246:17 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:246             None => break,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:246:13: 246:17 note: expected type `std::result::Result<std::option::Option<syntax::ptr::P<syntax::ast::Item>>, syntax::rustc_errors::DiagnosticBuilder<'_>>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:246:13: 246:17 note:    found type `std::option::Option<_>` 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:246:13: 246:17 note: expected enum `std::result::Result`, found enum `std::option::Option` 
.cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs:246             None => break,
^~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `fnconcat v0.2.0`, intermediate artifacts can be found at `/home/cratesfyi/fnconcat-0.2.0`,
cause: ChainedError {
error: Could not document `fnconcat`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/fnconcat-0.2.0/src/lib.rs --crate-name fnconcat -o /home/cratesfyi/fnconcat-0.2.0/doc -L dependency=/home/cratesfyi/fnconcat-0.2.0/debug -L dependency=/home/cratesfyi/fnconcat-0.2.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.