html5ever_macros 0.2.5

High-performance browser-grade HTML5 parser − compiler plugins
Build #18191 2016-08-13T06:54:49.792607+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 html5ever_macros v0.2.5
Compiling mac v0.0.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/mac-0.0.2/src/lib.rs --crate-name mac --crate-type lib -g -C metadata=f0e989c86e2fc971 -C extra-filename=-f0e989c86e2fc971 --out-dir /home/cratesfyi/html5ever_macros-0.2.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/html5ever_macros-0.2.5/debug/deps -L dependency=/home/cratesfyi/html5ever_macros-0.2.5/debug/deps --cap-lints allow`
Documenting html5ever_macros v0.2.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/lib.rs --crate-name html5ever_macros -o /home/cratesfyi/html5ever_macros-0.2.5/doc -L dependency=/home/cratesfyi/html5ever_macros-0.2.5/debug -L dependency=/home/cratesfyi/html5ever_macros-0.2.5/debug/deps --extern mac=/home/cratesfyi/html5ever_macros-0.2.5/debug/deps/libmac-f0e989c86e2fc971.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:103:5: 103:35 error: unresolved import `syntax::diagnostic::FatalError`. Could not find `diagnostic` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:103 use syntax::diagnostic::FatalError;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/lib.rs:21:13: 21:43 error: unresolved import `syntax::diagnostic::FatalError`. Could not find `diagnostic` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/lib.rs:21         use syntax::diagnostic::FatalError;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:307:44: 307:70 note: in this expansion of panictry! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:116:19: 116:33 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:116 type Tokens = Vec<ast::TokenTree>;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:116:19: 116:33 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:203:36: 203:50 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:203 fn parse(cx: &mut ExtCtxt, toks: &[ast::TokenTree]) -> Result<Match, FatalError> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:203:36: 203:50 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:305:63: 305:77 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:305 pub fn expand_to_tokens(cx: &mut ExtCtxt, span: Span, toks: &[ast::TokenTree])
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:305:63: 305:77 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:306:23: 306:37 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:306         -> Result<Vec<ast::TokenTree>, (Span, &'static str)> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:306:23: 306:37 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:441:13: 441:25 error: unresolved variant, struct or constant `PatWild` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:441             ast::PatWild | ast::PatIdent(..) => (p, e),
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:441:28: 441:41 error: unresolved variant or struct `PatIdent` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:441             ast::PatWild | ast::PatIdent(..) => (p, e),
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:42:70: 42:84 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:42 fn find_and_expand_match_token(cx: &mut ext::base::ExtCtxt, tts: Vec<ast::TokenTree>)
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:42:70: 42:84 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:43:39: 43:53 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:43                                -> Vec<ast::TokenTree> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:43:39: 43:53 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:48:13: 48:36 error: failed to resolve. Could not find `TokenTree` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:48             ast::TokenTree::TtToken(span, token::Token::Ident(ident, token::IdentStyle::Plain))
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:48:70: 48:94 error: failed to resolve. Could not find `IdentStyle` in `syntax::parse::token` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:48             ast::TokenTree::TtToken(span, token::Token::Ident(ident, token::IdentStyle::Plain))
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:52:47: 52:70 error: failed to resolve. Could not find `TokenTree` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:52                 if !matches!(tts.next(), Some(ast::TokenTree::TtToken(_, token::Token::Not))) {
^~~~~~~~~~~~~~~~~~~~~~~
<mac macros>:2:1: 2:75 note: in this expansion of _tt_as_expr_hack! (defined in <mac macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:52:21: 52:94 note: in this expansion of matches! (defined in <mac macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:57:26: 57:53 error: failed to resolve. Could not find `TokenTree` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:57                     Some(ast::TokenTree::TtDelimited(_, block)) => {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:72:13: 72:40 error: failed to resolve. Could not find `TokenTree` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:72             ast::TokenTree::TtDelimited(span, mut block) => {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:75:73: 75:87 error: `ast::Delimited` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:75                 expanded.push(ast::TokenTree::TtDelimited(span, Rc::new(ast::Delimited {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:75:31: 75:58 error: failed to resolve. Could not find `TokenTree` in `syntax::ast` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:75                 expanded.push(ast::TokenTree::TtDelimited(span, Rc::new(ast::Delimited {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:100:49: 100:63 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:100 fn pretty(cx: &mut ext::base::ExtCtxt, tts: Vec<ast::TokenTree>) -> Vec<ast::TokenTree> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:100:49: 100:63 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:100:73: 100:87 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:100 fn pretty(cx: &mut ext::base::ExtCtxt, tts: Vec<ast::TokenTree>) -> Vec<ast::TokenTree> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:100:73: 100:87 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
<std macros>:3:1: 3:42 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:186:22: 186:67 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 note: expected type `bool` 
<std macros>:3:1: 3:42 note:    found type `std::result::Result<_, _>` 
<std macros>:3:1: 3:42 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:186:22: 186:67 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:186:22: 186:67 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 note: expected type `bool` 
<std macros>:3:52: 4:15 note:    found type `std::result::Result<_, _>` 
<std macros>:3:52: 4:15 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:186:22: 186:67 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:190:22: 190:58 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 note: expected type `bool` 
<std macros>:3:1: 3:42 note:    found type `std::result::Result<_, _>` 
<std macros>:3:1: 3:42 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:190:22: 190:58 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:190:22: 190:58 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 note: expected type `bool` 
<std macros>:3:52: 4:15 note:    found type `std::result::Result<_, _>` 
<std macros>:3:52: 4:15 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:190:22: 190:58 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:206:36: 206:50 error: this function takes 2 parameters but 1 parameter was supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:206     let discriminant = try!(parser.parse_expr_res(Restrictions::RESTRICTION_NO_STRUCT_LITERAL));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:206:24: 206:96 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:206:36: 206:50 note: the following parameter types were expected: syntax::parse::parser::Restrictions, std::option::Option<syntax::util::ThinVec<syntax::codemap::Spanned<syntax::ast::Attribute_>>> 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:207:17: 207:38 error: no method named `commit_expr_expecting` found for type `syntax::parse::parser::Parser<'_>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:207     try!(parser.commit_expr_expecting(&*discriminant, token::OpenDelim(token::Brace)));
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:207:5: 207:88 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:214:13: 214:33 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 note: expected type `()` 
<std macros>:3:1: 3:42 note:    found type `std::result::Result<_, _>` 
<std macros>:3:1: 3:42 note: expected (), found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:214:13: 214:33 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:214:13: 214:33 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 note: expected type `()` 
<std macros>:3:52: 4:15 note:    found type `std::result::Result<_, _>` 
<std macros>:3:52: 4:15 note: expected (), found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:214:13: 214:33 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:219:69: 219:86 error: no method named `parse_pat_nopanic` found for type `syntax::parse::parser::Parser<'_>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:219             token::Underscore | token::Ident(..) => Pat(try!(parser.parse_pat_nopanic())),
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:219:57: 219:89 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:235:22: 235:69 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 note: expected type `bool` 
<std macros>:3:1: 3:42 note:    found type `std::result::Result<_, _>` 
<std macros>:3:1: 3:42 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:235:22: 235:69 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:235:22: 235:69 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 note: expected type `bool` 
<std macros>:3:52: 4:15 note:    found type `std::result::Result<_, _>` 
<std macros>:3:52: 4:15 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:235:22: 235:69 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:239:36: 239:50 error: this function takes 2 parameters but 1 parameter was supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:239             let expr = try!(parser.parse_expr_res(Restrictions::RESTRICTION_STMT_EXPR));
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:239:24: 239:88 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:239:36: 239:50 note: the following parameter types were expected: syntax::parse::parser::Restrictions, std::option::Option<syntax::util::ThinVec<syntax::codemap::Spanned<syntax::ast::Attribute_>>> 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:247:29: 247:40 error: no method named `commit_expr` found for type `syntax::parse::parser::Parser<'_>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:247                 try!(parser.commit_expr(
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:247:17: 248:83 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:250:17: 250:49 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 note: expected type `bool` 
<std macros>:3:1: 3:42 note:    found type `std::result::Result<_, _>` 
<std macros>:3:1: 3:42 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:250:17: 250:49 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:250:17: 250:49 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 note: expected type `bool` 
<std macros>:3:52: 4:15 note:    found type `std::result::Result<_, _>` 
<std macros>:3:52: 4:15 note: expected bool, found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:250:17: 250:49 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:264:5: 264:25 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:1: 3:42 note: expected type `()` 
<std macros>:3:1: 3:42 note:    found type `std::result::Result<_, _>` 
<std macros>:3:1: 3:42 note: expected (), found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:264:5: 264:25 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 error: mismatched types [E0308]
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:264:5: 264:25 note: in this expansion of try! (defined in <std macros>)
<std macros>:3:52: 4:15 note: expected type `()` 
<std macros>:3:52: 4:15 note:    found type `std::result::Result<_, _>` 
<std macros>:3:52: 4:15 note: expected (), found enum `std::result::Result` 
<std macros>:3 $ crate :: result :: Result :: Ok ( val ) => val , $ crate :: result :: Result
^
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:264:5: 264:25 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:285:52: 285:57 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:285     let mut fields = quote_tokens!(&mut *cx, kind: $kind,);
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/match_token.rs:285:22: 285:59 note: in this expansion of quote_tokens!
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:31:9: 31:32 error: the trait bound `std::vec::Vec<_>: syntax::ext::base::MacroLoader` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:31         &mut feature_gated_cfgs);
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:31:9: 31:32 note: required for the cast to the object type `syntax::ext::base::MacroLoader` 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:36:9: 36:12 error: the trait bound `[syntax::tokenstream::TokenTree]: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:36     let tts = pretty(&mut cx, tts);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:36:9: 36:12 note: `[syntax::tokenstream::TokenTree]` does not have a constant size known at compile-time 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:36:9: 36:12 note: all local variables must have a statically known size 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:46:26: 46:36 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:46     while let Some(tt) = tts.next() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:48:43: 48:95 error: this pattern has 2 field, but the corresponding variant has 1 field [E0023]
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:48             ast::TokenTree::TtToken(span, token::Token::Ident(ident, token::IdentStyle::Plain))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:105:39: 105:57 error: no method named `parse_item_nopanic` found for type `syntax::parse::parser::Parser<'_>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/pre_expand.rs:105     while let Ok(Some(item)) = parser.parse_item_nopanic() {
^~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `html5ever_macros v0.2.5`, intermediate artifacts can be found at `/home/cratesfyi/html5ever_macros-0.2.5`,
cause: ChainedError {
error: Could not document `html5ever_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_macros-0.2.5/src/lib.rs --crate-name html5ever_macros -o /home/cratesfyi/html5ever_macros-0.2.5/doc -L dependency=/home/cratesfyi/html5ever_macros-0.2.5/debug -L dependency=/home/cratesfyi/html5ever_macros-0.2.5/debug/deps --extern mac=/home/cratesfyi/html5ever_macros-0.2.5/debug/deps/libmac-f0e989c86e2fc971.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.