[INFO] fetching crate pest_tree 0.4.3...
[INFO] checking pest_tree-0.4.3 against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] extracting crate pest_tree 0.4.3 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate pest_tree 0.4.3
[INFO] finished tweaking crates.io crate pest_tree 0.4.3
[INFO] tweaked toml for crates.io crate pest_tree 0.4.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pest_tree 0.4.3 on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pest_tree 0.4.3 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prettyplease v0.2.12
[INFO] [stderr]   Downloaded pest_meta v2.7.2
[INFO] [stderr]   Downloaded thiserror v1.0.47
[INFO] [stderr]   Downloaded ariadne v0.3.0
[INFO] [stderr]   Downloaded sha2 v0.10.7
[INFO] [stderr]   Downloaded thiserror-impl v1.0.47
[INFO] [stderr]   Downloaded pest_derive v2.7.2
[INFO] [stderr]   Downloaded pest_generator v2.7.2
[INFO] [stderr]   Downloaded syn v2.0.29
[INFO] [stderr]   Downloaded pest v2.7.2
[INFO] [stderr]   Downloaded pest_tree_derive v0.4.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6258e56554d7e2662b42bfe20c47fda08fcd3d9ad6a7e154b1d11f1cc222571f
[INFO] running `Command { std: "docker" "start" "-a" "6258e56554d7e2662b42bfe20c47fda08fcd3d9ad6a7e154b1d11f1cc222571f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6258e56554d7e2662b42bfe20c47fda08fcd3d9ad6a7e154b1d11f1cc222571f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6258e56554d7e2662b42bfe20c47fda08fcd3d9ad6a7e154b1d11f1cc222571f", kill_on_drop: false }`
[INFO] [stdout] 6258e56554d7e2662b42bfe20c47fda08fcd3d9ad6a7e154b1d11f1cc222571f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10c4a727c05718bc770227fd391f890ba1ffa084b622755e64bf46f689892e4f
[INFO] running `Command { std: "docker" "start" "-a" "10c4a727c05718bc770227fd391f890ba1ffa084b622755e64bf46f689892e4f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v1.0.47
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling prettyplease v0.2.12
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking ariadne v0.3.0
[INFO] [stderr]     Checking quote v1.0.33
[INFO] [stderr]     Checking syn v2.0.29
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.47
[INFO] [stderr]    Compiling pest v2.7.2
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling pest_meta v2.7.2
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling pest_tree_derive v0.4.3
[INFO] [stderr]    Compiling pest_generator v2.7.2
[INFO] [stderr]    Compiling pest_derive v2.7.2
[INFO] [stderr]     Checking pest_tree v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:78:37
[INFO] [stdout]    |
[INFO] [stdout] 78 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                     ^^ the lifetime is elided here
[INFO] [stdout] 79 |         context: Rc<ParsingContext>,
[INFO] [stdout] 80 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                       ^^^^^^^^^^^^ the same lifetime is hidden 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: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/direct_match.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |         failing_pair: pest::iterators::Pair<'a, T>,
[INFO] [stdout]    |                                             -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 59 |     ) -> TreeError<'_, T> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 59 -     ) -> TreeError<'_, T> {
[INFO] [stdout] 59 +     ) -> TreeError<'a, T> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/string_conversion.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |         pair: pest::iterators::Pair<'a, R>,
[INFO] [stdout]    |                                     -- the lifetime is named here
[INFO] [stdout] 52 |         context: Rc<ParsingContext>,
[INFO] [stdout] 53 |     ) -> TreeError<'_, R> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 -     ) -> TreeError<'_, R> {
[INFO] [stdout] 53 +     ) -> TreeError<'a, R> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/box_conversion.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |         pair: pest::iterators::Pair<'a, R>,
[INFO] [stdout]    |                                     -- the lifetime is named here
[INFO] [stdout] 49 |         context: Rc<ParsingContext>,
[INFO] [stdout] 50 |     ) -> TreeError<'_, R> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 50 -     ) -> TreeError<'_, R> {
[INFO] [stdout] 50 +     ) -> TreeError<'a, R> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/pair_count.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |         failing_pair: pest::iterators::Pair<'a, R>,
[INFO] [stdout]    |                                             -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 62 |     ) -> TreeError<'_, R> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 62 -     ) -> TreeError<'_, R> {
[INFO] [stdout] 62 +     ) -> TreeError<'a, R> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/conditional_enum.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |         failing_pair: pest::iterators::Pair<'a, T>,
[INFO] [stdout]    |                                             -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 42 |     ) -> TreeError<'_, T> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 42 -     ) -> TreeError<'_, T> {
[INFO] [stdout] 42 +     ) -> TreeError<'a, T> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 30 | pest_tree_implementation!(std::net::IpAddr);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 31 | pest_tree_implementation!(std::net::SocketAddr);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 32 | pest_tree_implementation!(bool);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 33 | pest_tree_implementation!(char);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 35 | pest_tree_implementation!(f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 36 | pest_tree_implementation!(f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 38 | pest_tree_implementation!(i8);
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 39 | pest_tree_implementation!(i16);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 40 | pest_tree_implementation!(i32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 41 | pest_tree_implementation!(i64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 42 | pest_tree_implementation!(i128);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 43 | pest_tree_implementation!(isize);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 45 | pest_tree_implementation!(u8);
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 46 | pest_tree_implementation!(u16);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 47 | pest_tree_implementation!(u32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 48 | pest_tree_implementation!(u64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 49 | pest_tree_implementation!(u128);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 50 | pest_tree_implementation!(usize);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 52 | pest_tree_implementation!(std::ffi::OsString);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 53 | pest_tree_implementation!(std::net::Ipv4Addr);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 54 | pest_tree_implementation!(std::net::Ipv6Addr);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 55 | pest_tree_implementation!(std::net::SocketAddrV4);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 56 | pest_tree_implementation!(std::net::SocketAddrV6);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 58 | pest_tree_implementation!(std::num::NonZeroI8);
[INFO] [stdout]    | ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 59 | pest_tree_implementation!(std::num::NonZeroI16);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 60 | pest_tree_implementation!(std::num::NonZeroI32);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 61 | pest_tree_implementation!(std::num::NonZeroI64);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 62 | pest_tree_implementation!(std::num::NonZeroI128);
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 63 | pest_tree_implementation!(std::num::NonZeroIsize);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 65 | pest_tree_implementation!(std::num::NonZeroU8);
[INFO] [stdout]    | ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 66 | pest_tree_implementation!(std::num::NonZeroU16);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 67 | pest_tree_implementation!(std::num::NonZeroU32);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 68 | pest_tree_implementation!(std::num::NonZeroU64);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 69 | pest_tree_implementation!(std::num::NonZeroU128);
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 70 | pest_tree_implementation!(std::num::NonZeroUsize);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 72 | pest_tree_implementation!(std::path::PathBuf);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 73 | pest_tree_implementation!(String);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:77:37
[INFO] [stdout]    |
[INFO] [stdout] 77 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                     ^^ the lifetime is elided here
[INFO] [stdout] 78 |         context: Rc<ParsingContext>,
[INFO] [stdout] 79 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:94:37
[INFO] [stdout]    |
[INFO] [stdout] 94 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                     ^^ the lifetime is elided here
[INFO] [stdout] 95 |         context: Rc<ParsingContext>,
[INFO] [stdout] 96 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 96 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/auto.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout] 107 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]     |                                     ^^ the lifetime is elided here
[INFO] [stdout] 108 |         context: Rc<ParsingContext>,
[INFO] [stdout] 109 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]     |                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:78:37
[INFO] [stdout]    |
[INFO] [stdout] 78 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                     ^^ the lifetime is elided here
[INFO] [stdout] 79 |         context: Rc<ParsingContext>,
[INFO] [stdout] 80 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                       ^^^^^^^^^^^^ the same lifetime is hidden 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: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/direct_match.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |         failing_pair: pest::iterators::Pair<'a, T>,
[INFO] [stdout]    |                                             -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 59 |     ) -> TreeError<'_, T> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 59 -     ) -> TreeError<'_, T> {
[INFO] [stdout] 59 +     ) -> TreeError<'a, T> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/string_conversion.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |         pair: pest::iterators::Pair<'a, R>,
[INFO] [stdout]    |                                     -- the lifetime is named here
[INFO] [stdout] 52 |         context: Rc<ParsingContext>,
[INFO] [stdout] 53 |     ) -> TreeError<'_, R> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 -     ) -> TreeError<'_, R> {
[INFO] [stdout] 53 +     ) -> TreeError<'a, R> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/box_conversion.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |         pair: pest::iterators::Pair<'a, R>,
[INFO] [stdout]    |                                     -- the lifetime is named here
[INFO] [stdout] 49 |         context: Rc<ParsingContext>,
[INFO] [stdout] 50 |     ) -> TreeError<'_, R> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 50 -     ) -> TreeError<'_, R> {
[INFO] [stdout] 50 +     ) -> TreeError<'a, R> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/pair_count.rs:62:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |         failing_pair: pest::iterators::Pair<'a, R>,
[INFO] [stdout]    |                                             -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 62 |     ) -> TreeError<'_, R> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 62 -     ) -> TreeError<'_, R> {
[INFO] [stdout] 62 +     ) -> TreeError<'a, R> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/errors/conditional_enum.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |         failing_pair: pest::iterators::Pair<'a, T>,
[INFO] [stdout]    |                                             -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 42 |     ) -> TreeError<'_, T> {
[INFO] [stdout]    |                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 42 -     ) -> TreeError<'_, T> {
[INFO] [stdout] 42 +     ) -> TreeError<'a, T> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 30 | pest_tree_implementation!(std::net::IpAddr);
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 31 | pest_tree_implementation!(std::net::SocketAddr);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 32 | pest_tree_implementation!(bool);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 33 | pest_tree_implementation!(char);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 35 | pest_tree_implementation!(f32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 36 | pest_tree_implementation!(f64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 38 | pest_tree_implementation!(i8);
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 39 | pest_tree_implementation!(i16);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 40 | pest_tree_implementation!(i32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 41 | pest_tree_implementation!(i64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 42 | pest_tree_implementation!(i128);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 43 | pest_tree_implementation!(isize);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 45 | pest_tree_implementation!(u8);
[INFO] [stdout]    | ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 46 | pest_tree_implementation!(u16);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 47 | pest_tree_implementation!(u32);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 48 | pest_tree_implementation!(u64);
[INFO] [stdout]    | ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 49 | pest_tree_implementation!(u128);
[INFO] [stdout]    | ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 50 | pest_tree_implementation!(usize);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 52 | pest_tree_implementation!(std::ffi::OsString);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 53 | pest_tree_implementation!(std::net::Ipv4Addr);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 54 | pest_tree_implementation!(std::net::Ipv6Addr);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 55 | pest_tree_implementation!(std::net::SocketAddrV4);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 56 | pest_tree_implementation!(std::net::SocketAddrV6);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 58 | pest_tree_implementation!(std::num::NonZeroI8);
[INFO] [stdout]    | ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 59 | pest_tree_implementation!(std::num::NonZeroI16);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 60 | pest_tree_implementation!(std::num::NonZeroI32);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 61 | pest_tree_implementation!(std::num::NonZeroI64);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 62 | pest_tree_implementation!(std::num::NonZeroI128);
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 63 | pest_tree_implementation!(std::num::NonZeroIsize);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 65 | pest_tree_implementation!(std::num::NonZeroU8);
[INFO] [stdout]    | ---------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 66 | pest_tree_implementation!(std::num::NonZeroU16);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 67 | pest_tree_implementation!(std::num::NonZeroU32);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 68 | pest_tree_implementation!(std::num::NonZeroU64);
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 69 | pest_tree_implementation!(std::num::NonZeroU128);
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 70 | pest_tree_implementation!(std::num::NonZeroUsize);
[INFO] [stdout]    | ------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 72 | pest_tree_implementation!(std::path::PathBuf);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |                 pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                             ^^ the lifetime is elided here
[INFO] [stdout] 12 |                 context: Rc<ParsingContext>,
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                               ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] ...
[INFO] [stdout] 73 | pest_tree_implementation!(String);
[INFO] [stdout]    | --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `pest_tree_implementation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 13 |             ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:77:37
[INFO] [stdout]    |
[INFO] [stdout] 77 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                     ^^ the lifetime is elided here
[INFO] [stdout] 78 |         context: Rc<ParsingContext>,
[INFO] [stdout] 79 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/auto.rs:94:37
[INFO] [stdout]    |
[INFO] [stdout] 94 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]    |                                     ^^ the lifetime is elided here
[INFO] [stdout] 95 |         context: Rc<ParsingContext>,
[INFO] [stdout] 96 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]    |                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 96 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/auto.rs:107:37
[INFO] [stdout]     |
[INFO] [stdout] 107 |         pair: pest::iterators::Pair<'_, R>,
[INFO] [stdout]     |                                     ^^ the lifetime is elided here
[INFO] [stdout] 108 |         context: Rc<ParsingContext>,
[INFO] [stdout] 109 |     ) -> Result<Self, TreeError<R>>
[INFO] [stdout]     |                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Result<Self, TreeError<'_, R>>
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.32s
[INFO] running `Command { std: "docker" "inspect" "10c4a727c05718bc770227fd391f890ba1ffa084b622755e64bf46f689892e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10c4a727c05718bc770227fd391f890ba1ffa084b622755e64bf46f689892e4f", kill_on_drop: false }`
[INFO] [stdout] 10c4a727c05718bc770227fd391f890ba1ffa084b622755e64bf46f689892e4f
