[INFO] fetching crate ptx-parser 0.1.6...
[INFO] building ptx-parser-0.1.6 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate ptx-parser 0.1.6 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate ptx-parser 0.1.6
[INFO] finished tweaking crates.io crate ptx-parser 0.1.6
[INFO] tweaked toml for crates.io crate ptx-parser 0.1.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ptx-parser 0.1.6 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 01d26c72380c1ea255f71350142a129068a81ebf582587afcc48c40aada771cd
[INFO] running `Command { std: "docker" "start" "-a" "01d26c72380c1ea255f71350142a129068a81ebf582587afcc48c40aada771cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01d26c72380c1ea255f71350142a129068a81ebf582587afcc48c40aada771cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01d26c72380c1ea255f71350142a129068a81ebf582587afcc48c40aada771cd", kill_on_drop: false }`
[INFO] [stdout] 01d26c72380c1ea255f71350142a129068a81ebf582587afcc48c40aada771cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c97e452e46cd69e1912c39270a80a87f82caeee0996cc01ef10d963fa05bd238
[INFO] running `Command { std: "docker" "start" "-a" "c97e452e46cd69e1912c39270a80a87f82caeee0996cc01ef10d963fa05bd238", kill_on_drop: false }`
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling ptx-parser v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `PtxFile` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) struct PtxFile<'a> {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Comment` is never used
[INFO] [stdout]   --> src/parser/mod.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) enum Comment<'a> {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Preamble` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) struct Preamble<'a> {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Function` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub(crate) struct Function<'a> {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Global` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) struct Global<'a> {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_special` is never used
[INFO] [stdout]   --> src/parser/mod.rs:40:4
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn is_special(c: char) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_name` is never used
[INFO] [stdout]   --> src/parser/mod.rs:45:15
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub(crate) fn parse_name(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_parenthesized_naive` is never used
[INFO] [stdout]   --> src/parser/mod.rs:49:15
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub(crate) fn parse_parenthesized_naive(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_braced_balanced` is never used
[INFO] [stdout]   --> src/parser/mod.rs:65:15
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub(crate) fn parse_braced_balanced(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionBody` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(super) struct FunctionBody<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Register` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub(crate) struct Register<'a> {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_register` is never used
[INFO] [stdout]   --> src/parser/body.rs:45:4
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Operation` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:54:19
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) struct Operation<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Goto` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub(crate) struct Goto<'a> {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_unknown_line` is never used
[INFO] [stdout]   --> src/parser/body.rs:65:4
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn parse_unknown_line(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_operation` is never used
[INFO] [stdout]   --> src/parser/body.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_goto` is never used
[INFO] [stdout]   --> src/parser/body.rs:89:4
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto> {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionCall` is never constructed
[INFO] [stdout]    --> src/parser/body.rs:112:19
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub(crate) struct FunctionCall<'a> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function_call` is never used
[INFO] [stdout]    --> src/parser/body.rs:119:4
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_body_line` is never used
[INFO] [stdout]    --> src/parser/body.rs:148:4
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BodyLine` is never used
[INFO] [stdout]    --> src/parser/body.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub(crate) enum BodyLine<'a> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Predicate` is never used
[INFO] [stdout]    --> src/parser/body.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub(crate) enum Predicate<'a> {
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `many1_comments_or_whitespace` is never used
[INFO] [stdout]   --> src/parser/comment.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn many1_comments_or_whitespace(input: &str) -> IResult<&str, usize> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `comment_or_whitespace` is never used
[INFO] [stdout]   --> src/parser/comment.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn comment_or_whitespace(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line_comment` is never used
[INFO] [stdout]   --> src/parser/comment.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionSignature` is never constructed
[INFO] [stdout]   --> src/parser/function.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(super) struct FunctionSignature<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReturnValue` is never constructed
[INFO] [stdout]   --> src/parser/function.rs:26:19
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(super) struct ReturnValue<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parameters` is never constructed
[INFO] [stdout]   --> src/parser/function.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub(super) struct Parameters<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function` is never used
[INFO] [stdout]   --> src/parser/function.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function_body` is never used
[INFO] [stdout]   --> src/parser/function.rs:58:4
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function_signature` is never used
[INFO] [stdout]   --> src/parser/function.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_global` is never used
[INFO] [stdout]   --> src/parser/global.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global> {
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Version` is never constructed
[INFO] [stdout]   --> src/parser/preamble.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(super) struct Version<'a> {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Target` is never constructed
[INFO] [stdout]   --> src/parser/preamble.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(super) struct Target<'a> {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddressSize` is never constructed
[INFO] [stdout]   --> src/parser/preamble.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(super) struct AddressSize<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_preamble` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_version` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:55:4
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_target` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target> {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_address_size` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FunctionOrGlobal` is never used
[INFO] [stdout]  --> src/parser/ptx_file.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub(crate) enum FunctionOrGlobal<'a> {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:89:22
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/body.rs:119:31
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/body.rs:148:27
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment> {
[INFO] [stdout]    |                                         ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |                |
[INFO] [stdout]    |                                         |                the same lifetime is elided here
[INFO] [stdout]    |                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:35:37
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                |
[INFO] [stdout]    |                                     |                the same lifetime is elided here
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:64:36
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |                |
[INFO] [stdout]    |                                    |                the same lifetime is elided here
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature<'_>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/global.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the same lifetime is elided here
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                |
[INFO] [stdout]    |                                     |                the same lifetime is elided here
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:64:24
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                |
[INFO] [stdout]    |                        |                the same lifetime is elided here
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
[INFO] running `Command { std: "docker" "inspect" "c97e452e46cd69e1912c39270a80a87f82caeee0996cc01ef10d963fa05bd238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c97e452e46cd69e1912c39270a80a87f82caeee0996cc01ef10d963fa05bd238", kill_on_drop: false }`
[INFO] [stdout] c97e452e46cd69e1912c39270a80a87f82caeee0996cc01ef10d963fa05bd238
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c20f4b6b46a75422664edf8202395c4dfe96440dfe3aab9368f1ec9d0523b9da
[INFO] running `Command { std: "docker" "start" "-a" "c20f4b6b46a75422664edf8202395c4dfe96440dfe3aab9368f1ec9d0523b9da", kill_on_drop: false }`
[INFO] [stdout] warning: struct `PtxFile` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) struct PtxFile<'a> {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Comment` is never used
[INFO] [stdout]   --> src/parser/mod.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) enum Comment<'a> {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Preamble` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) struct Preamble<'a> {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Function` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub(crate) struct Function<'a> {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Global` is never constructed
[INFO] [stdout]   --> src/parser/mod.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) struct Global<'a> {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_special` is never used
[INFO] [stdout]   --> src/parser/mod.rs:40:4
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn is_special(c: char) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_name` is never used
[INFO] [stdout]   --> src/parser/mod.rs:45:15
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub(crate) fn parse_name(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_parenthesized_naive` is never used
[INFO] [stdout]   --> src/parser/mod.rs:49:15
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub(crate) fn parse_parenthesized_naive(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_braced_balanced` is never used
[INFO] [stdout]   --> src/parser/mod.rs:65:15
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub(crate) fn parse_braced_balanced(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionBody` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(super) struct FunctionBody<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Register` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub(crate) struct Register<'a> {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_register` is never used
[INFO] [stdout]   --> src/parser/body.rs:45:4
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Operation` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:54:19
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) struct Operation<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Goto` is never constructed
[INFO] [stdout]   --> src/parser/body.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub(crate) struct Goto<'a> {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_unknown_line` is never used
[INFO] [stdout]   --> src/parser/body.rs:65:4
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn parse_unknown_line(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_operation` is never used
[INFO] [stdout]   --> src/parser/body.rs:69:4
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_goto` is never used
[INFO] [stdout]   --> src/parser/body.rs:89:4
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto> {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionCall` is never constructed
[INFO] [stdout]    --> src/parser/body.rs:112:19
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub(crate) struct FunctionCall<'a> {
[INFO] [stdout]     |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function_call` is never used
[INFO] [stdout]    --> src/parser/body.rs:119:4
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_body_line` is never used
[INFO] [stdout]    --> src/parser/body.rs:148:4
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BodyLine` is never used
[INFO] [stdout]    --> src/parser/body.rs:184:17
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub(crate) enum BodyLine<'a> {
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Predicate` is never used
[INFO] [stdout]    --> src/parser/body.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub(crate) enum Predicate<'a> {
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `many1_comments_or_whitespace` is never used
[INFO] [stdout]   --> src/parser/comment.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(crate) fn many1_comments_or_whitespace(input: &str) -> IResult<&str, usize> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `comment_or_whitespace` is never used
[INFO] [stdout]   --> src/parser/comment.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) fn comment_or_whitespace(input: &str) -> IResult<&str, &str> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line_comment` is never used
[INFO] [stdout]   --> src/parser/comment.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionSignature` is never constructed
[INFO] [stdout]   --> src/parser/function.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(super) struct FunctionSignature<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReturnValue` is never constructed
[INFO] [stdout]   --> src/parser/function.rs:26:19
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(super) struct ReturnValue<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parameters` is never constructed
[INFO] [stdout]   --> src/parser/function.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub(super) struct Parameters<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function` is never used
[INFO] [stdout]   --> src/parser/function.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function_body` is never used
[INFO] [stdout]   --> src/parser/function.rs:58:4
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_function_signature` is never used
[INFO] [stdout]   --> src/parser/function.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_global` is never used
[INFO] [stdout]   --> src/parser/global.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global> {
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Version` is never constructed
[INFO] [stdout]   --> src/parser/preamble.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub(super) struct Version<'a> {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Target` is never constructed
[INFO] [stdout]   --> src/parser/preamble.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(super) struct Target<'a> {
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AddressSize` is never constructed
[INFO] [stdout]   --> src/parser/preamble.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(super) struct AddressSize<'a> {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_preamble` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_version` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:55:4
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_target` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target> {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_address_size` is never used
[INFO] [stdout]   --> src/parser/preamble.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FunctionOrGlobal` is never used
[INFO] [stdout]  --> src/parser/ptx_file.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub(crate) enum FunctionOrGlobal<'a> {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:89:22
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/body.rs:119:31
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/body.rs:148:27
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment> {
[INFO] [stdout]    |                                         ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |                |
[INFO] [stdout]    |                                         |                the same lifetime is elided here
[INFO] [stdout]    |                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:35:37
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                |
[INFO] [stdout]    |                                     |                the same lifetime is elided here
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ptx-parser v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:64:36
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |                |
[INFO] [stdout]    |                                    |                the same lifetime is elided here
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature<'_>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/global.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the same lifetime is elided here
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                |
[INFO] [stdout]    |                                     |                the same lifetime is elided here
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:64:24
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                |
[INFO] [stdout]    |                        |                the same lifetime is elided here
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parser/ptx_file.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Global(Global<'a>),
[INFO] [stdout]    |     ------ ^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FunctionOrGlobal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -     Global(Global<'a>),
[INFO] [stdout] 11 +     Global(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn parse_register(input: &str) -> IResult<&str, Register<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation> {
[INFO] [stdout]    |                           ^^^^             ^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                |
[INFO] [stdout]    |                           |                the same lifetime is elided here
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 | fn parse_operation(input: &str) -> IResult<&str, Operation<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/body.rs:89:22
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 | fn parse_goto(input: &str) -> IResult<&str, Goto<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/body.rs:119:31
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall> {
[INFO] [stdout]     |                               ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                |
[INFO] [stdout]     |                               |                the same lifetime is elided here
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_function_call(input: &str) -> IResult<&str, FunctionCall<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/body.rs:148:27
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine> {
[INFO] [stdout]     |                           ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                |
[INFO] [stdout]     |                           |                the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 | fn parse_body_line(input: &str) -> IResult<&str, BodyLine<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/comment.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment> {
[INFO] [stdout]    |                                         ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |                |
[INFO] [stdout]    |                                         |                the same lifetime is elided here
[INFO] [stdout]    |                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) fn parse_line_comment(input: &str) -> IResult<&str, Comment<'_>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:35:37
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                |
[INFO] [stdout]    |                                     |                the same lifetime is elided here
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) fn parse_function(input: &str) -> IResult<&str, Function<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody> {
[INFO] [stdout]    |                               ^^^^             ^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                the same lifetime is elided here
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn parse_function_body(input: &str) -> IResult<&str, FunctionBody<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/function.rs:64:36
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature> {
[INFO] [stdout]    |                                    ^^^^             ^^^^  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |                |
[INFO] [stdout]    |                                    |                the same lifetime is elided here
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_function_signature(input: &str) -> IResult<&str, FunctionSignature<'_>> {
[INFO] [stdout]    |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/global.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global> {
[INFO] [stdout]    |                                   ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |                |
[INFO] [stdout]    |                                   |                the same lifetime is elided here
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) fn parse_global(input: &str) -> IResult<&str, Global<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble> {
[INFO] [stdout]    |                                     ^^^^             ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |                |
[INFO] [stdout]    |                                     |                the same lifetime is elided here
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) fn parse_preamble(input: &str) -> IResult<&str, Preamble<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version> {
[INFO] [stdout]    |                         ^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |                |
[INFO] [stdout]    |                         |                the same lifetime is elided here
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_version(input: &str) -> IResult<&str, Version<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:64:24
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target> {
[INFO] [stdout]    |                        ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                |
[INFO] [stdout]    |                        |                the same lifetime is elided here
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn parse_target(input: &str) -> IResult<&str, Target<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/preamble.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize> {
[INFO] [stdout]    |                              ^^^^             ^^^^  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                |
[INFO] [stdout]    |                              |                the same lifetime is elided here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn parse_address_size(input: &str) -> IResult<&str, AddressSize<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.15s
[INFO] running `Command { std: "docker" "inspect" "c20f4b6b46a75422664edf8202395c4dfe96440dfe3aab9368f1ec9d0523b9da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c20f4b6b46a75422664edf8202395c4dfe96440dfe3aab9368f1ec9d0523b9da", kill_on_drop: false }`
[INFO] [stdout] c20f4b6b46a75422664edf8202395c4dfe96440dfe3aab9368f1ec9d0523b9da
