[INFO] crate spandex 0.0.3 is already in cache [INFO] extracting crate spandex 0.0.3 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/spandex/0.0.3 [INFO] extracting crate spandex 0.0.3 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/spandex/0.0.3 [INFO] validating manifest of spandex-0.0.3 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of spandex-0.0.3 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing spandex-0.0.3 [INFO] finished frobbing spandex-0.0.3 [INFO] frobbed toml for spandex-0.0.3 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/spandex/0.0.3/Cargo.toml [INFO] started frobbing spandex-0.0.3 [INFO] finished frobbing spandex-0.0.3 [INFO] frobbed toml for spandex-0.0.3 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/spandex/0.0.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking spandex-0.0.3 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/spandex/0.0.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2755e6a11c8cace78048ef217476bc14323b2e8a096ef17d10c5f1af487e53b2 [INFO] running `"docker" "start" "-a" "2755e6a11c8cace78048ef217476bc14323b2e8a096ef17d10c5f1af487e53b2"` [INFO] [stderr] Compiling pocket-resources v0.3.2 [INFO] [stderr] Checking pom v3.0.2 [INFO] [stderr] Compiling freetype-sys v0.7.1 [INFO] [stderr] Checking nom_locate v0.3.1 [INFO] [stderr] Compiling atlatl v0.1.2 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking lopdf v0.23.0 [INFO] [stderr] Checking freetype-rs v0.19.1 [INFO] [stderr] Checking hyphenation_commons v0.7.1 [INFO] [stderr] Checking printpdf v0.2.11 [INFO] [stderr] Compiling hyphenation v0.7.1 [INFO] [stderr] Checking spandex v0.0.3 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | /// Parses some bold content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 38 | / named!(pub parse_bold, [INFO] [stderr] 39 | | map!( [INFO] [stderr] 40 | | map_res!(preceded!(tag!("*"), take_until_and_consume!("*")), parse_group), [INFO] [stderr] 41 | | { |(_,x)| Ast::Bold(Box::new(x)) } [INFO] [stderr] 42 | | ) [INFO] [stderr] 43 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | /// Parses some italic content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 46 | / named!(pub parse_italic, [INFO] [stderr] 47 | | map!( [INFO] [stderr] 48 | | map_res!(preceded!(tag!("/"), take_until_and_consume!("/")), parse_group), [INFO] [stderr] 49 | | { |(_,x)| Ast::Italic(Box::new(x)) } [INFO] [stderr] 50 | | ) [INFO] [stderr] 51 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | /// Parses some math inline math. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 54 | / named!(pub parse_inline_math, [INFO] [stderr] 55 | | map!(preceded!(tag!("$"), take_until_and_consume!("$")), { |x: Span| Ast::InlineMath(x.fragment.0.into())} ) [INFO] [stderr] 56 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:58:1 [INFO] [stderr] | [INFO] [stderr] 58 | /// Parses a styled element. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 59 | / named!(pub parse_styled, [INFO] [stderr] 60 | | alt!( [INFO] [stderr] 61 | | parse_bold | parse_italic | parse_inline_math [INFO] [stderr] 62 | | ) [INFO] [stderr] 63 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | /// Parses a comment. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 66 | / named!(pub parse_comment, [INFO] [stderr] 67 | | map!(preceded!(tag!("||"), alt!(take_until_and_consume!("\n") | call!(rest))), { |_| Ast::Newline }) [INFO] [stderr] 68 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | /// Parses some multiline inline content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 71 | / named!(pub parse_any, [INFO] [stderr] 72 | | alt!( [INFO] [stderr] 73 | | tag!("**") => { |x| warning(x, WarningType::ConsecutiveStars) } [INFO] [stderr] 74 | | | parse_comment [INFO] [stderr] ... | [INFO] [stderr] 81 | | ) [INFO] [stderr] 82 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 84 | /// Parses some text content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 85 | / named!(pub parse_group, [INFO] [stderr] 86 | | map!(many0!(parse_any), Ast::Group) [INFO] [stderr] 87 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | /// Parses a paragraph of text content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 90 | / named!(pub parse_paragraph, [INFO] [stderr] 91 | | map!(many0!(parse_any), Ast::Paragraph) [INFO] [stderr] 92 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | /// Parses a paragraph on a single line. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 99 | / named!(pub parse_line, [INFO] [stderr] 100 | | alt!( [INFO] [stderr] 101 | | map!(preceded!(take_until_and_consume!("\n"), take!(0)), |x| { error(x, ErrorType::MultipleLinesTitle) }) [INFO] [stderr] 102 | | | map!(many0!(parse_any), Ast::Group) [INFO] [stderr] 103 | | ) [INFO] [stderr] 104 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | /// Parses the hashes from the level of a title. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 107 | / named!(pub parse_title_level, [INFO] [stderr] 108 | | map!( [INFO] [stderr] 109 | | terminated!(preceded!(tag!("#"), take_while!(|x| x == '#')), take_while!(char::is_whitespace)), [INFO] [stderr] 110 | | |x| x.fragment.0.len() + 1 [INFO] [stderr] 111 | | ) [INFO] [stderr] 112 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:114:1 [INFO] [stderr] | [INFO] [stderr] 114 | /// Parses a whole title. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 115 | / named!(pub parse_title, [INFO] [stderr] 116 | | do_parse!( [INFO] [stderr] 117 | | level: parse_title_level >> [INFO] [stderr] 118 | | content: parse_line >> ({ [INFO] [stderr] ... | [INFO] [stderr] 124 | | ) [INFO] [stderr] 125 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | /// Gets a bloc of content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 132 | / named!(pub get_bloc, [INFO] [stderr] 133 | | alt!( [INFO] [stderr] 134 | | terminated!(take_until_and_consume!("\n\n"), many0!(tag!("\n"))) [INFO] [stderr] 135 | | | terminated!(take_until_and_consume!("\n"), eof!()) [INFO] [stderr] 136 | | | call!(rest) [INFO] [stderr] 137 | | ) [INFO] [stderr] 138 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | /// Parses a bloc of content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 141 | / named!(pub parse_bloc_content, [INFO] [stderr] 142 | | alt!( [INFO] [stderr] 143 | | parse_title | parse_paragraph [INFO] [stderr] 144 | | ) [INFO] [stderr] 145 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:147:1 [INFO] [stderr] | [INFO] [stderr] 147 | /// Parses a whole dex file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 148 | / named!(pub parse, [INFO] [stderr] 149 | | do_parse!( [INFO] [stderr] 150 | | title: many1!(map_res!(call!(get_bloc), parse_bloc_content)) >> ({ [INFO] [stderr] 151 | | Ast::Group(title.into_iter().map(|x| x.1).collect()) [INFO] [stderr] 152 | | }) [INFO] [stderr] 153 | | ) [INFO] [stderr] 154 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | /// Parses some bold content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 38 | / named!(pub parse_bold, [INFO] [stderr] 39 | | map!( [INFO] [stderr] 40 | | map_res!(preceded!(tag!("*"), take_until_and_consume!("*")), parse_group), [INFO] [stderr] 41 | | { |(_,x)| Ast::Bold(Box::new(x)) } [INFO] [stderr] 42 | | ) [INFO] [stderr] 43 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | /// Parses some italic content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 46 | / named!(pub parse_italic, [INFO] [stderr] 47 | | map!( [INFO] [stderr] 48 | | map_res!(preceded!(tag!("/"), take_until_and_consume!("/")), parse_group), [INFO] [stderr] 49 | | { |(_,x)| Ast::Italic(Box::new(x)) } [INFO] [stderr] 50 | | ) [INFO] [stderr] 51 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | /// Parses some math inline math. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 54 | / named!(pub parse_inline_math, [INFO] [stderr] 55 | | map!(preceded!(tag!("$"), take_until_and_consume!("$")), { |x: Span| Ast::InlineMath(x.fragment.0.into())} ) [INFO] [stderr] 56 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:58:1 [INFO] [stderr] | [INFO] [stderr] 58 | /// Parses a styled element. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 59 | / named!(pub parse_styled, [INFO] [stderr] 60 | | alt!( [INFO] [stderr] 61 | | parse_bold | parse_italic | parse_inline_math [INFO] [stderr] 62 | | ) [INFO] [stderr] 63 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | /// Parses a comment. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 66 | / named!(pub parse_comment, [INFO] [stderr] 67 | | map!(preceded!(tag!("||"), alt!(take_until_and_consume!("\n") | call!(rest))), { |_| Ast::Newline }) [INFO] [stderr] 68 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | /// Parses some multiline inline content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 71 | / named!(pub parse_any, [INFO] [stderr] 72 | | alt!( [INFO] [stderr] 73 | | tag!("**") => { |x| warning(x, WarningType::ConsecutiveStars) } [INFO] [stderr] 74 | | | parse_comment [INFO] [stderr] ... | [INFO] [stderr] 81 | | ) [INFO] [stderr] 82 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 84 | /// Parses some text content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 85 | / named!(pub parse_group, [INFO] [stderr] 86 | | map!(many0!(parse_any), Ast::Group) [INFO] [stderr] 87 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:89:1 [INFO] [stderr] | [INFO] [stderr] 89 | /// Parses a paragraph of text content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 90 | / named!(pub parse_paragraph, [INFO] [stderr] 91 | | map!(many0!(parse_any), Ast::Paragraph) [INFO] [stderr] 92 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | /// Parses a paragraph on a single line. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 99 | / named!(pub parse_line, [INFO] [stderr] 100 | | alt!( [INFO] [stderr] 101 | | map!(preceded!(take_until_and_consume!("\n"), take!(0)), |x| { error(x, ErrorType::MultipleLinesTitle) }) [INFO] [stderr] 102 | | | map!(many0!(parse_any), Ast::Group) [INFO] [stderr] 103 | | ) [INFO] [stderr] 104 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:106:1 [INFO] [stderr] | [INFO] [stderr] 106 | /// Parses the hashes from the level of a title. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 107 | / named!(pub parse_title_level, [INFO] [stderr] 108 | | map!( [INFO] [stderr] 109 | | terminated!(preceded!(tag!("#"), take_while!(|x| x == '#')), take_while!(char::is_whitespace)), [INFO] [stderr] 110 | | |x| x.fragment.0.len() + 1 [INFO] [stderr] 111 | | ) [INFO] [stderr] 112 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:114:1 [INFO] [stderr] | [INFO] [stderr] 114 | /// Parses a whole title. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 115 | / named!(pub parse_title, [INFO] [stderr] 116 | | do_parse!( [INFO] [stderr] 117 | | level: parse_title_level >> [INFO] [stderr] 118 | | content: parse_line >> ({ [INFO] [stderr] ... | [INFO] [stderr] 124 | | ) [INFO] [stderr] 125 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:131:1 [INFO] [stderr] | [INFO] [stderr] 131 | /// Gets a bloc of content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 132 | / named!(pub get_bloc, [INFO] [stderr] 133 | | alt!( [INFO] [stderr] 134 | | terminated!(take_until_and_consume!("\n\n"), many0!(tag!("\n"))) [INFO] [stderr] 135 | | | terminated!(take_until_and_consume!("\n"), eof!()) [INFO] [stderr] 136 | | | call!(rest) [INFO] [stderr] 137 | | ) [INFO] [stderr] 138 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:140:1 [INFO] [stderr] | [INFO] [stderr] 140 | /// Parses a bloc of content. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 141 | / named!(pub parse_bloc_content, [INFO] [stderr] 142 | | alt!( [INFO] [stderr] 143 | | parse_title | parse_paragraph [INFO] [stderr] 144 | | ) [INFO] [stderr] 145 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parser/combinators.rs:147:1 [INFO] [stderr] | [INFO] [stderr] 147 | /// Parses a whole dex file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 148 | / named!(pub parse, [INFO] [stderr] 149 | | do_parse!( [INFO] [stderr] 150 | | title: many1!(map_res!(call!(get_bloc), parse_bloc_content)) >> ({ [INFO] [stderr] 151 | | Ast::Group(title.into_iter().map(|x| x.1).collect()) [INFO] [stderr] 152 | | }) [INFO] [stderr] 153 | | ) [INFO] [stderr] 154 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/tests/successes.rs:8:37 [INFO] [stderr] | [INFO] [stderr] 8 | fn test_title_1() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/tests/successes.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | fn test_title_2() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/tests/successes.rs:42:36 [INFO] [stderr] | [INFO] [stderr] 42 | fn test_titles() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.37s [INFO] running `"docker" "inspect" "2755e6a11c8cace78048ef217476bc14323b2e8a096ef17d10c5f1af487e53b2"` [INFO] running `"docker" "rm" "-f" "2755e6a11c8cace78048ef217476bc14323b2e8a096ef17d10c5f1af487e53b2"` [INFO] [stdout] 2755e6a11c8cace78048ef217476bc14323b2e8a096ef17d10c5f1af487e53b2