[INFO] cloning repository https://github.com/osa1/wasm_syntax
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/osa1/wasm_syntax" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fosa1%2Fwasm_syntax", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fosa1%2Fwasm_syntax'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a885f589fd44bf95d79c593bc75e13c14a59a473
[INFO] testing osa1/wasm_syntax against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fosa1%2Fwasm_syntax" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/osa1/wasm_syntax
[INFO] finished tweaking git repo https://github.com/osa1/wasm_syntax
[INFO] tweaked toml for git repo https://github.com/osa1/wasm_syntax written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/osa1/wasm_syntax on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/osa1/wasm_syntax already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/crates/wasm_syntax_gen/Cargo.toml: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `wasm_syntax_gen` library target)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f538f6ad013af586d9b1b403455d2cabaf0679376de9d7ebfd48bbe428a4f547
[INFO] running `Command { std: "docker" "start" "-a" "f538f6ad013af586d9b1b403455d2cabaf0679376de9d7ebfd48bbe428a4f547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f538f6ad013af586d9b1b403455d2cabaf0679376de9d7ebfd48bbe428a4f547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f538f6ad013af586d9b1b403455d2cabaf0679376de9d7ebfd48bbe428a4f547", kill_on_drop: false }`
[INFO] [stdout] f538f6ad013af586d9b1b403455d2cabaf0679376de9d7ebfd48bbe428a4f547
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7eece0059b783a25fe088c258a793101f8fe39446d4c76eb29a2f93d090cf822
[INFO] running `Command { std: "docker" "start" "-a" "7eece0059b783a25fe088c258a793101f8fe39446d4c76eb29a2f93d090cf822", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/wasm_syntax_gen/Cargo.toml: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `wasm_syntax_gen` library target)
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.100
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling wasm_syntax_expanded v0.1.0 (/opt/rustwide/workdir/crates/wasm_syntax_expanded)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:134:23
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:166:27
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:190:27
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:213:27
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:245:23
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:261:27
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:274:27
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:284:27
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:297:27
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:323:27
[INFO] [stdout]     |
[INFO] [stdout] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Module> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Module> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:444:27
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Section> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Section> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:538:27
[INFO] [stdout]     |
[INFO] [stdout] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Custom> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Custom> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:557:27
[INFO] [stdout]     |
[INFO] [stdout] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:579:27
[INFO] [stdout]     |
[INFO] [stdout] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ResultType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ResultType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:623:27
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ValType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ValType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:683:27
[INFO] [stdout]     |
[INFO] [stdout] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<NumType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, NumType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:723:27
[INFO] [stdout]     |
[INFO] [stdout] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<RefType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, RefType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:746:27
[INFO] [stdout]     |
[INFO] [stdout] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<VecType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, VecType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:766:27
[INFO] [stdout]     |
[INFO] [stdout] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Import> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Import> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:806:27
[INFO] [stdout]     |
[INFO] [stdout] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ImportDesc> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ImportDesc> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:846:27
[INFO] [stdout]     |
[INFO] [stdout] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:863:27
[INFO] [stdout]     |
[INFO] [stdout] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:879:27
[INFO] [stdout]     |
[INFO] [stdout] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:908:27
[INFO] [stdout]     |
[INFO] [stdout] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Limits> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Limits> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:946:27
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mut> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mut> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:969:27
[INFO] [stdout]     |
[INFO] [stdout] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Table> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Table> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:984:27
[INFO] [stdout]     |
[INFO] [stdout] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mem> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mem> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1000:27
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Global> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Global> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1018:27
[INFO] [stdout]      |
[INFO] [stdout] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Export> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Export> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1056:27
[INFO] [stdout]      |
[INFO] [stdout] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ExportDesc> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ExportDesc> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1148:27
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Elem> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Elem> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1235:27
[INFO] [stdout]      |
[INFO] [stdout] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemKind> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemKind> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1253:27
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Code> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Code> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1269:27
[INFO] [stdout]      |
[INFO] [stdout] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Func> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Func> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1287:27
[INFO] [stdout]      |
[INFO] [stdout] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Locals> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Locals> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1323:27
[INFO] [stdout]      |
[INFO] [stdout] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Data> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Data> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1362:27
[INFO] [stdout]      |
[INFO] [stdout] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TypeIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TypeIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1377:27
[INFO] [stdout]      |
[INFO] [stdout] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1392:27
[INFO] [stdout]      |
[INFO] [stdout] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1407:27
[INFO] [stdout]      |
[INFO] [stdout] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1422:27
[INFO] [stdout]      |
[INFO] [stdout] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1437:27
[INFO] [stdout]      |
[INFO] [stdout] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LabelIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LabelIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1452:27
[INFO] [stdout]      |
[INFO] [stdout] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LocalIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LocalIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1467:27
[INFO] [stdout]      |
[INFO] [stdout] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1482:27
[INFO] [stdout]      |
[INFO] [stdout] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<DataIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, DataIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1498:27
[INFO] [stdout]      |
[INFO] [stdout] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Expr> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Expr> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:2402:27
[INFO] [stdout]      |
[INFO] [stdout] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Instr> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Instr> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:3361:27
[INFO] [stdout]      |
[INFO] [stdout] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Else> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Else> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:3392:27
[INFO] [stdout]      |
[INFO] [stdout] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemArg> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemArg> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasm_syntax_gen v0.1.0 (/opt/rustwide/workdir/crates/wasm_syntax_gen)
[INFO] [stderr]    Compiling wasm_syntax v0.1.0 (/opt/rustwide/workdir/crates/wasm_syntax)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:173:23
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:213:27
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:246:27
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:276:27
[INFO] [stdout]     |
[INFO] [stdout] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:308:23
[INFO] [stdout]     |
[INFO] [stdout] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:319:23
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:337:27
[INFO] [stdout]     |
[INFO] [stdout] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:355:27
[INFO] [stdout]     |
[INFO] [stdout] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:368:27
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.10s
[INFO] running `Command { std: "docker" "inspect" "7eece0059b783a25fe088c258a793101f8fe39446d4c76eb29a2f93d090cf822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eece0059b783a25fe088c258a793101f8fe39446d4c76eb29a2f93d090cf822", kill_on_drop: false }`
[INFO] [stdout] 7eece0059b783a25fe088c258a793101f8fe39446d4c76eb29a2f93d090cf822
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 473aa65699c7254ae083d1899ba929dfd41bd96c78e0130fcb62dc7e2c2921cc
[INFO] running `Command { std: "docker" "start" "-a" "473aa65699c7254ae083d1899ba929dfd41bd96c78e0130fcb62dc7e2c2921cc", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/wasm_syntax_gen/Cargo.toml: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `wasm_syntax_gen` library target)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:134:23
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:166:27
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:190:27
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:213:27
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:245:23
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:261:27
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:274:27
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:284:27
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:297:27
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:323:27
[INFO] [stdout]     |
[INFO] [stdout] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Module> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Module> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:444:27
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Section> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Section> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:538:27
[INFO] [stdout]     |
[INFO] [stdout] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Custom> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Custom> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:557:27
[INFO] [stdout]     |
[INFO] [stdout] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:579:27
[INFO] [stdout]     |
[INFO] [stdout] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ResultType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ResultType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:623:27
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ValType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ValType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:683:27
[INFO] [stdout]     |
[INFO] [stdout] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<NumType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, NumType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:723:27
[INFO] [stdout]     |
[INFO] [stdout] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<RefType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, RefType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:746:27
[INFO] [stdout]     |
[INFO] [stdout] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<VecType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, VecType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:766:27
[INFO] [stdout]     |
[INFO] [stdout] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Import> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Import> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:806:27
[INFO] [stdout]     |
[INFO] [stdout] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ImportDesc> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ImportDesc> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:846:27
[INFO] [stdout]     |
[INFO] [stdout] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:863:27
[INFO] [stdout]     |
[INFO] [stdout] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:879:27
[INFO] [stdout]     |
[INFO] [stdout] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:908:27
[INFO] [stdout]     |
[INFO] [stdout] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Limits> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Limits> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:946:27
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mut> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mut> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:969:27
[INFO] [stdout]     |
[INFO] [stdout] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Table> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Table> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:984:27
[INFO] [stdout]     |
[INFO] [stdout] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mem> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mem> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1000:27
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Global> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Global> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1018:27
[INFO] [stdout]      |
[INFO] [stdout] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Export> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Export> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1056:27
[INFO] [stdout]      |
[INFO] [stdout] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ExportDesc> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ExportDesc> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1148:27
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Elem> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Elem> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1235:27
[INFO] [stdout]      |
[INFO] [stdout] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemKind> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemKind> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1253:27
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Code> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Code> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1269:27
[INFO] [stdout]      |
[INFO] [stdout] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Func> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Func> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1287:27
[INFO] [stdout]      |
[INFO] [stdout] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Locals> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Locals> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1323:27
[INFO] [stdout]      |
[INFO] [stdout] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Data> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Data> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1362:27
[INFO] [stdout]      |
[INFO] [stdout] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TypeIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TypeIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1377:27
[INFO] [stdout]      |
[INFO] [stdout] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1392:27
[INFO] [stdout]      |
[INFO] [stdout] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1407:27
[INFO] [stdout]      |
[INFO] [stdout] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1422:27
[INFO] [stdout]      |
[INFO] [stdout] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1437:27
[INFO] [stdout]      |
[INFO] [stdout] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LabelIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LabelIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1452:27
[INFO] [stdout]      |
[INFO] [stdout] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LocalIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LocalIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1467:27
[INFO] [stdout]      |
[INFO] [stdout] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1482:27
[INFO] [stdout]      |
[INFO] [stdout] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<DataIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, DataIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasm_syntax_expanded v0.1.0 (/opt/rustwide/workdir/crates/wasm_syntax_expanded)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1498:27
[INFO] [stdout]      |
[INFO] [stdout] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Expr> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Expr> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:2402:27
[INFO] [stdout]      |
[INFO] [stdout] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Instr> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Instr> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:3361:27
[INFO] [stdout]      |
[INFO] [stdout] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Else> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Else> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:3392:27
[INFO] [stdout]      |
[INFO] [stdout] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemArg> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemArg> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasm_syntax_gen v0.1.0 (/opt/rustwide/workdir/crates/wasm_syntax_gen)
[INFO] [stderr]    Compiling wasm_syntax v0.1.0 (/opt/rustwide/workdir/crates/wasm_syntax)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:134:23
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:143:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:166:27
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:190:27
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:213:27
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:245:23
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:261:27
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:274:27
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:284:27
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:297:27
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:323:27
[INFO] [stdout]     |
[INFO] [stdout] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Module> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Module> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:444:27
[INFO] [stdout]     |
[INFO] [stdout] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Section> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Section> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:538:27
[INFO] [stdout]     |
[INFO] [stdout] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Custom> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Custom> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:557:27
[INFO] [stdout]     |
[INFO] [stdout] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:579:27
[INFO] [stdout]     |
[INFO] [stdout] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ResultType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ResultType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:623:27
[INFO] [stdout]     |
[INFO] [stdout] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ValType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ValType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:683:27
[INFO] [stdout]     |
[INFO] [stdout] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<NumType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, NumType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:723:27
[INFO] [stdout]     |
[INFO] [stdout] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<RefType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, RefType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:746:27
[INFO] [stdout]     |
[INFO] [stdout] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<VecType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, VecType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:766:27
[INFO] [stdout]     |
[INFO] [stdout] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Import> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Import> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:806:27
[INFO] [stdout]     |
[INFO] [stdout] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ImportDesc> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ImportDesc> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:846:27
[INFO] [stdout]     |
[INFO] [stdout] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:863:27
[INFO] [stdout]     |
[INFO] [stdout] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:879:27
[INFO] [stdout]     |
[INFO] [stdout] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalType> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalType> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:908:27
[INFO] [stdout]     |
[INFO] [stdout] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Limits> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Limits> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:946:27
[INFO] [stdout]     |
[INFO] [stdout] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mut> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mut> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:969:27
[INFO] [stdout]     |
[INFO] [stdout] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Table> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Table> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax_expanded/src/lib.rs:984:27
[INFO] [stdout]     |
[INFO] [stdout] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mem> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mem> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1000:27
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Global> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Global> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1018:27
[INFO] [stdout]      |
[INFO] [stdout] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Export> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Export> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1056:27
[INFO] [stdout]      |
[INFO] [stdout] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ExportDesc> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ExportDesc> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1148:27
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Elem> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Elem> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1235:27
[INFO] [stdout]      |
[INFO] [stdout] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemKind> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemKind> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1253:27
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Code> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Code> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1269:27
[INFO] [stdout]      |
[INFO] [stdout] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Func> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Func> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1287:27
[INFO] [stdout]      |
[INFO] [stdout] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Locals> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Locals> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1323:27
[INFO] [stdout]      |
[INFO] [stdout] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Data> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Data> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1362:27
[INFO] [stdout]      |
[INFO] [stdout] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TypeIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TypeIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1377:27
[INFO] [stdout]      |
[INFO] [stdout] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1392:27
[INFO] [stdout]      |
[INFO] [stdout] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1407:27
[INFO] [stdout]      |
[INFO] [stdout] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1422:27
[INFO] [stdout]      |
[INFO] [stdout] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1437:27
[INFO] [stdout]      |
[INFO] [stdout] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LabelIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LabelIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1452:27
[INFO] [stdout]      |
[INFO] [stdout] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LocalIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LocalIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1467:27
[INFO] [stdout]      |
[INFO] [stdout] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1482:27
[INFO] [stdout]      |
[INFO] [stdout] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<DataIdx> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, DataIdx> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:1498:27
[INFO] [stdout]      |
[INFO] [stdout] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Expr> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Expr> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:2402:27
[INFO] [stdout]      |
[INFO] [stdout] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Instr> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Instr> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:3361:27
[INFO] [stdout]      |
[INFO] [stdout] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Else> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Else> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crates/wasm_syntax_expanded/src/lib.rs:3392:27
[INFO] [stdout]      |
[INFO] [stdout] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemArg> {
[INFO] [stdout]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |
[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] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemArg> {
[INFO] [stdout]      |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:173:23
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:213:27
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:246:27
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:276:27
[INFO] [stdout]     |
[INFO] [stdout] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:308:23
[INFO] [stdout]     |
[INFO] [stdout] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:319:23
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:337:27
[INFO] [stdout]     |
[INFO] [stdout] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:355:27
[INFO] [stdout]     |
[INFO] [stdout] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:368:27
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:173:23
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:183:27
[INFO] [stdout]     |
[INFO] [stdout] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:213:27
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:246:27
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:276:27
[INFO] [stdout]     |
[INFO] [stdout] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:308:23
[INFO] [stdout]     |
[INFO] [stdout] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:319:23
[INFO] [stdout]     |
[INFO] [stdout] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[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] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:337:27
[INFO] [stdout]     |
[INFO] [stdout] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:355:27
[INFO] [stdout]     |
[INFO] [stdout] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:368:27
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/wasm_syntax/src/lib.rs:385:27
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[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] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.44s
[INFO] running `Command { std: "docker" "inspect" "473aa65699c7254ae083d1899ba929dfd41bd96c78e0130fcb62dc7e2c2921cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "473aa65699c7254ae083d1899ba929dfd41bd96c78e0130fcb62dc7e2c2921cc", kill_on_drop: false }`
[INFO] [stdout] 473aa65699c7254ae083d1899ba929dfd41bd96c78e0130fcb62dc7e2c2921cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 84102dfaa9098bf1ffcc25307da39c332e8796dccebbbbbf1beaab0bcb5f77a2
[INFO] running `Command { std: "docker" "start" "-a" "84102dfaa9098bf1ffcc25307da39c332e8796dccebbbbbf1beaab0bcb5f77a2", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/wasm_syntax_gen/Cargo.toml: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `wasm_syntax_gen` library target)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:134:23
[INFO] [stderr]     |
[INFO] [stderr] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 134 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:143:27
[INFO] [stderr]     |
[INFO] [stderr] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 143 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:166:27
[INFO] [stderr]     |
[INFO] [stderr] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 166 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:190:27
[INFO] [stderr]     |
[INFO] [stderr] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 190 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:213:27
[INFO] [stderr]     |
[INFO] [stderr] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:236:23
[INFO] [stderr]     |
[INFO] [stderr] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 236 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:245:23
[INFO] [stderr]     |
[INFO] [stderr] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 245 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:261:27
[INFO] [stderr]     |
[INFO] [stderr] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 261 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:274:27
[INFO] [stderr]     |
[INFO] [stderr] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 274 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:284:27
[INFO] [stderr]     |
[INFO] [stderr] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 284 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:297:27
[INFO] [stderr]     |
[INFO] [stderr] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 297 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:323:27
[INFO] [stderr]     |
[INFO] [stderr] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Module> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Module> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:444:27
[INFO] [stderr]     |
[INFO] [stderr] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Section> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 444 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Section> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:538:27
[INFO] [stderr]     |
[INFO] [stderr] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Custom> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 538 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Custom> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:557:27
[INFO] [stderr]     |
[INFO] [stderr] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 557 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:579:27
[INFO] [stderr]     |
[INFO] [stderr] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ResultType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 579 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ResultType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:623:27
[INFO] [stderr]     |
[INFO] [stderr] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ValType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 623 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ValType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:683:27
[INFO] [stderr]     |
[INFO] [stderr] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<NumType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 683 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, NumType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:723:27
[INFO] [stderr]     |
[INFO] [stderr] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<RefType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 723 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, RefType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:746:27
[INFO] [stderr]     |
[INFO] [stderr] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<VecType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 746 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, VecType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:766:27
[INFO] [stderr]     |
[INFO] [stderr] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Import> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 766 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Import> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:806:27
[INFO] [stderr]     |
[INFO] [stderr] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ImportDesc> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 806 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ImportDesc> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:846:27
[INFO] [stderr]     |
[INFO] [stderr] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 846 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:863:27
[INFO] [stderr]     |
[INFO] [stderr] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 863 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:879:27
[INFO] [stderr]     |
[INFO] [stderr] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalType> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 879 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalType> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:908:27
[INFO] [stderr]     |
[INFO] [stderr] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Limits> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 908 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Limits> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:946:27
[INFO] [stderr]     |
[INFO] [stderr] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mut> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 946 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mut> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:969:27
[INFO] [stderr]     |
[INFO] [stderr] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Table> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 969 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Table> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax_expanded/src/lib.rs:984:27
[INFO] [stderr]     |
[INFO] [stderr] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Mem> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 984 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Mem> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1000:27
[INFO] [stderr]      |
[INFO] [stderr] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Global> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1000 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Global> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1018:27
[INFO] [stderr]      |
[INFO] [stderr] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Export> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1018 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Export> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1056:27
[INFO] [stderr]      |
[INFO] [stderr] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ExportDesc> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1056 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ExportDesc> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1148:27
[INFO] [stderr]      |
[INFO] [stderr] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Elem> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1148 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Elem> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1235:27
[INFO] [stderr]      |
[INFO] [stderr] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemKind> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1235 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemKind> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1253:27
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Code> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1253 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Code> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1269:27
[INFO] [stderr]      |
[INFO] [stderr] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Func> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1269 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Func> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1287:27
[INFO] [stderr]      |
[INFO] [stderr] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Locals> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1287 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Locals> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1323:27
[INFO] [stderr]      |
[INFO] [stderr] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Data> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1323 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Data> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1362:27
[INFO] [stderr]      |
[INFO] [stderr] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TypeIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1362 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TypeIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1377:27
[INFO] [stderr]      |
[INFO] [stderr] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<TableIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1377 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, TableIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1392:27
[INFO] [stderr]      |
[INFO] [stderr] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<FuncIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, FuncIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1407:27
[INFO] [stderr]      |
[INFO] [stderr] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1407 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1422:27
[INFO] [stderr]      |
[INFO] [stderr] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<GlobalIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1422 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, GlobalIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1437:27
[INFO] [stderr]      |
[INFO] [stderr] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LabelIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1437 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LabelIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1452:27
[INFO] [stderr]      |
[INFO] [stderr] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<LocalIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1452 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, LocalIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1467:27
[INFO] [stderr]      |
[INFO] [stderr] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<ElemIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1467 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, ElemIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1482:27
[INFO] [stderr]      |
[INFO] [stderr] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<DataIdx> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1482 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, DataIdx> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:1498:27
[INFO] [stderr]      |
[INFO] [stderr] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Expr> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1498 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Expr> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:2402:27
[INFO] [stderr]      |
[INFO] [stderr] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Instr> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 2402 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Instr> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:3361:27
[INFO] [stderr]      |
[INFO] [stderr] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Else> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 3361 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Else> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> crates/wasm_syntax_expanded/src/lib.rs:3392:27
[INFO] [stderr]      |
[INFO] [stderr] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<MemArg> {
[INFO] [stderr]      |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                           |
[INFO] [stderr]      |                           the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 3392 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, MemArg> {
[INFO] [stderr]      |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `wasm_syntax_expanded` (lib) generated 51 warnings (run `cargo fix --lib -p wasm_syntax_expanded` to apply 51 suggestions)
[INFO] [stderr] warning: `wasm_syntax_expanded` (lib test) generated 51 warnings (51 duplicates)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:173:23
[INFO] [stderr]     |
[INFO] [stderr] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 173 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:183:27
[INFO] [stderr]     |
[INFO] [stderr] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 183 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:213:27
[INFO] [stderr]     |
[INFO] [stderr] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 213 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:246:27
[INFO] [stderr]     |
[INFO] [stderr] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 246 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:276:27
[INFO] [stderr]     |
[INFO] [stderr] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 276 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:308:23
[INFO] [stderr]     |
[INFO] [stderr] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 308 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:319:23
[INFO] [stderr]     |
[INFO] [stderr] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 319 |     fn decode(buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:337:27
[INFO] [stderr]     |
[INFO] [stderr] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 337 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:355:27
[INFO] [stderr]     |
[INFO] [stderr] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 355 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:368:27
[INFO] [stderr]     |
[INFO] [stderr] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 368 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/wasm_syntax/src/lib.rs:385:27
[INFO] [stderr]     |
[INFO] [stderr] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<Self> {
[INFO] [stderr]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 385 |     fn decode(mut buffer: &[u8]) -> DecodeResult<'_, Self> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `wasm_syntax` (lib) generated 11 warnings (run `cargo fix --lib -p wasm_syntax` to apply 11 suggestions)
[INFO] [stderr] warning: `wasm_syntax` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wasm_syntax-b932d1469ed678c8)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test::test_custom_section_decode ... ok
[INFO] [stdout] test test::test_i32_leb128_decode ... ok
[INFO] [stdout] test test::test_i32_leb128_encode ... ok
[INFO] [stdout] test test::test_repeated_decode ... ok
[INFO] [stdout] test test::test_u32_leb128_decode ... ok
[INFO] [stdout] test test::test_u32_leb128_encode ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wasm_syntax_expanded-a376140f2ee1c1e2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests bin/parse_wasm.rs (/opt/rustwide/target/debug/deps/parse_wasm-4183d993a0c0f316)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wasm_syntax_gen-3e94066f62d5150a)
[INFO] [stderr]    Doc-tests wasm_syntax
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test ast::parse_bound_symbol_builtin ... ok
[INFO] [stdout] test ast::parse_bound_symbol_type ... ok
[INFO] [stdout] test ast::parse_symbol_bound ... ok
[INFO] [stdout] test ast::parse_bound_symbol_sized ... ok
[INFO] [stdout] test ast::parse_symbol_literal ... ok
[INFO] [stdout] test ast::parse_bound_symbol_vec ... ok
[INFO] [stdout] test ast::parse_alternative ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wasm_syntax_expanded
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wasm_syntax_gen
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "84102dfaa9098bf1ffcc25307da39c332e8796dccebbbbbf1beaab0bcb5f77a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84102dfaa9098bf1ffcc25307da39c332e8796dccebbbbbf1beaab0bcb5f77a2", kill_on_drop: false }`
[INFO] [stdout] 84102dfaa9098bf1ffcc25307da39c332e8796dccebbbbbf1beaab0bcb5f77a2
