[INFO] cloning repository https://github.com/monetlang/monet-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/monetlang/monet-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmonetlang%2Fmonet-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmonetlang%2Fmonet-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10fde0612e1b94d24facd548edfd39a446c15145
[INFO] testing monetlang/monet-parser against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmonetlang%2Fmonet-parser" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/monetlang/monet-parser
[INFO] finished tweaking git repo https://github.com/monetlang/monet-parser
[INFO] tweaked toml for git repo https://github.com/monetlang/monet-parser written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/monetlang/monet-parser on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/monetlang/monet-parser 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding autocfg v1.5.1
[INFO] [stderr]       Adding num-bigint v0.4.8 (available: v0.5.1)
[INFO] [stderr]       Adding num-integer v0.1.46
[INFO] [stderr]       Adding num-traits v0.2.19
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466
[INFO] running `Command { std: "docker" "start" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.8
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `parse_extern` is never used
[INFO] [stdout]   --> src/parser.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `integer` is never used
[INFO] [stdout]   --> src/parser.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.77s
[INFO] running `Command { std: "docker" "inspect" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: function `parse_extern` is never used
[INFO] [stdout]   --> src/parser.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `integer` is never used
[INFO] [stdout]   --> src/parser.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `parse_extern` is never used
[INFO] [stdout]   --> src/parser.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `integer` is never used
[INFO] [stdout]   --> src/parser.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.63s
[INFO] running `Command { std: "docker" "inspect" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: function `parse_extern` is never used
[INFO] [stderr]   --> src/parser.rs:26:4
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `integer` is never used
[INFO] [stderr]   --> src/parser.rs:98:4
[INFO] [stderr]    |
[INFO] [stderr] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stderr]    |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `parser` (lib) generated 2 warnings
[INFO] [stderr] warning: `parser` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parser-5084f4982c105c40)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test parser::tests::test_div_and_mul_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_all_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_lt_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_number_parser ... ok
[INFO] [stdout] test parser::tests::test_paren_expr ... ok
[INFO] [stdout] test parser::tests::test_parse_definition ... ok
[INFO] [stdout] test parser::tests::test_parse_primary ... ok
[INFO] [stdout] test parser::tests::test_parse_prototype ... ok
[INFO] [stdout] test parser::tests::test_sub_and_add_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_simple_numbers ... ok
[INFO] [stdout] test parser::tests::test_simple_op ... ok
[INFO] [stdout] test parser::tests::test_op_with_paren ... FAILED
[INFO] [stdout] test parser::tests::test_identifier ... FAILED
[INFO] [stdout] test parser::tests::test_op_with_var ... FAILED
[INFO] [stdout] test parser::tests::test_parse_definition_with_call ... FAILED
[INFO] [stdout] test parser::tests::test_parse_definition_with_var ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_op_with_paren stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_op_with_paren' (272) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a0ec9556c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a0ec96a05a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a0ec96a05a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62a0ec959ee2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62a0ec959ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62a0ec934886 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a0ec934886 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a0ec94dc19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a0ec8ccddc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62a0ec8ccddc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62a0ec94ddd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62a0ec94ddd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62a0ec934974 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62a0ec929b49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a0ec93565d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62a0ec96a7ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a0ec8bca44 - parser[d2d42cef3f6d90b8]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x62a0ec86dd77 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x62a0ec899f80 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x62a0ec87dcef - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x62a0ec87c781 - <(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[a2ad8b3316587112]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x62a0ec8973af - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x62a0ec89a5e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x62a0ec89782f - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x62a0ec87108f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x62a0ec89b2e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x62a0ec87ed7f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x62a0ec888476 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x62a0ec89abf0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x62a0ec88b27f - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x62a0ec88a7a7 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x62a0ec89b4f0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x62a0ec88b78f - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x62a0ec888a76 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x62a0ec89d8fc - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x62a0ec88b0a6 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x62a0ec86f5ec - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x62a0ec89eec1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x62a0ec87edc6 - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x62a0ec8883a7 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x62a0ec89da21 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x62a0ec88b186 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x62a0ec888c06 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x62a0ec89f321 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x62a0ec88b6f6 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x62a0ec8889a7 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x62a0ec89d841 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x62a0ec88b036 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x62a0ec88d2b0 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x62a0ec8633e9 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x62a0ec89d5c1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   54:     0x62a0ec867256 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x62a0ec86bb60 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   56:     0x62a0ec861f99 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   57:     0x62a0ec89d521 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   58:     0x62a0ec8671e6 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x62a0ec86bab0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   60:     0x62a0ec860b49 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   61:     0x62a0ec89d481 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   62:     0x62a0ec867176 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x62a0ec86ba00 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   64:     0x62a0ec85f6f9 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   65:     0x62a0ec89d3e1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   66:     0x62a0ec867106 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   67:     0x62a0ec86b950 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   68:     0x62a0ec85ecd2 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   69:     0x62a0ec89a940 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   70:     0x62a0ec8670bf - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x62a0ec86b8a0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   72:     0x62a0ec86c215 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_stream
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   73:     0x62a0ec86c732 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   74:     0x62a0ec8a9835 - parser[d2d42cef3f6d90b8]::parser::tests::test_op_with_paren
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:321:38
[INFO] [stdout]   75:     0x62a0ec8a6897 - parser[d2d42cef3f6d90b8]::parser::tests::test_op_with_paren::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:320:26
[INFO] [stdout]   76:     0x62a0ec8bfb46 - <parser[d2d42cef3f6d90b8]::parser::tests::test_op_with_paren::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x62a0ec8bfebb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x62a0ec8bfebb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   79:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   80:     0x62a0ec8cd735 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   81:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   82:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   83:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   84:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   85:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   86:     0x62a0ec8c7044 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   87:     0x62a0ec8c7044 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   88:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   89:     0x62a0ec8d07b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   91:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   92:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   94:     0x62a0ec8d07b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   95:     0x62a0ec95502f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   96:     0x62a0ec95502f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   97:     0x755c03d7daa4 - <unknown>
[INFO] [stdout]   98:     0x755c03e0aa64 - clone
[INFO] [stdout]   99:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_identifier stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_identifier' (269) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a0ec9556c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a0ec96a05a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a0ec96a05a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62a0ec959ee2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62a0ec959ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62a0ec934886 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a0ec934886 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a0ec94dc19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a0ec8ccddc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62a0ec8ccddc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62a0ec94ddd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62a0ec94ddd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62a0ec934974 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62a0ec929b49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a0ec93565d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62a0ec96a7ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a0ec8bca44 - parser[d2d42cef3f6d90b8]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x62a0ec86dd77 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x62a0ec899f80 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x62a0ec87dcef - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x62a0ec87c781 - <(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[a2ad8b3316587112]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x62a0ec8973af - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x62a0ec89a5e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x62a0ec89782f - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x62a0ec895807 - <(combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Silent<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   28:     0x62a0ec89b400 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Silent<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x62a0ec8981df - <(combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Silent<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x62a0ec888b06 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[a2ad8b3316587112]::parser::error::Silent<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   31:     0x62a0ec89ab90 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[a2ad8b3316587112]::parser::error::Silent<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x62a0ec88b13f - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[a2ad8b3316587112]::parser::error::Silent<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x62a0ec8bb4d7 - <parser[d2d42cef3f6d90b8]::parser::expr<&str> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/lib.rs:471:17
[INFO] [stdout]   34:     0x62a0ec89ad70 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<parser[d2d42cef3f6d90b8]::parser::expr<&str>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x62a0ec8bbc6f - <parser[d2d42cef3f6d90b8]::parser::expr<&str> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x62a0ec8bdd90 - <parser[d2d42cef3f6d90b8]::parser::expr<&str> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   37:     0x62a0ec8beaf3 - <&mut parser[d2d42cef3f6d90b8]::parser::expr<&str> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   38:     0x62a0ec8bc376 - <&mut parser[d2d42cef3f6d90b8]::parser::expr<&str> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   39:     0x62a0ec89b1d0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<&mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   40:     0x62a0ec8bc26f - <&mut parser[d2d42cef3f6d90b8]::parser::expr<&str> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   41:     0x62a0ec8574dd - <combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:726:26
[INFO] [stdout]   42:     0x62a0ec89a910 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   43:     0x62a0ec86700f - <combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   44:     0x62a0ec85d701 - <(combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::function::FnParser<&str, <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl<combine[a2ad8b3316587112]::parser::FirstMode>::{closure#0}>) as combine[a2ad8b3316587112]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   45:     0x62a0ec89757f - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::function::FnParser<&str, <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl<combine[a2ad8b3316587112]::parser::FirstMode>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   46:     0x62a0ec89a6b0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::function::FnParser<&str, <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl<combine[a2ad8b3316587112]::parser::FirstMode>::{closure#0}>)>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   47:     0x62a0ec897a5f - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::function::FnParser<&str, <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl<combine[a2ad8b3316587112]::parser::FirstMode>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x62a0ec8934af - <combine[a2ad8b3316587112]::parser::choice::Or<combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::function::FnParser<&str, <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl<combine[a2ad8b3316587112]::parser::FirstMode>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:582:16
[INFO] [stdout]   49:     0x62a0ec89a5b0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Or<combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::function::FnParser<&str, <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl<combine[a2ad8b3316587112]::parser::FirstMode>::{closure#0}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   50:     0x62a0ec8977bf - <combine[a2ad8b3316587112]::parser::choice::Or<combine[a2ad8b3316587112]::parser::repeat::SepBy1<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, &mut parser[d2d42cef3f6d90b8]::parser::expr<&str>, &mut combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::function::FnParser<&str, <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl<combine[a2ad8b3316587112]::parser::FirstMode>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x62a0ec85693a - <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:644:14
[INFO] [stdout]   52:     0x62a0ec89a8b0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   53:     0x62a0ec866eef - <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   54:     0x62a0ec86af20 - <combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   55:     0x62a0ec86b403 - <&mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   56:     0x62a0ec867766 - <&mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   57:     0x62a0ec89b080 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<&mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   58:     0x62a0ec86765f - <&mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x62a0ec8b3294 - <(&mut combine[a2ad8b3316587112]::parser::token::Token<&str>, &mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[a2ad8b3316587112]::parser::token::Token<&str>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   60:     0x62a0ec89b640 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(&mut combine[a2ad8b3316587112]::parser::token::Token<&str>, &mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[a2ad8b3316587112]::parser::token::Token<&str>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   61:     0x62a0ec8b69cf - <(&mut combine[a2ad8b3316587112]::parser::token::Token<&str>, &mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[a2ad8b3316587112]::parser::token::Token<&str>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   62:     0x62a0ec86e778 - <combine[a2ad8b3316587112]::parser::combinator::Map<(&mut combine[a2ad8b3316587112]::parser::token::Token<&str>, &mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[a2ad8b3316587112]::parser::token::Token<&str>), <combine[a2ad8b3316587112]::parser::sequence::Between<_, _, _, _> as combine[a2ad8b3316587112]::parser::Parser<_>>::parse_mode_impl::middle<char, alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, char>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   63:     0x62a0ec89a040 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(&mut combine[a2ad8b3316587112]::parser::token::Token<&str>, &mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[a2ad8b3316587112]::parser::token::Token<&str>), <combine[a2ad8b3316587112]::parser::sequence::Between<_, _, _, _> as combine[a2ad8b3316587112]::parser::Parser<_>>::parse_mode_impl::middle<char, alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, char>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   64:     0x62a0ec87de2f - <combine[a2ad8b3316587112]::parser::combinator::Map<(&mut combine[a2ad8b3316587112]::parser::token::Token<&str>, &mut combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[a2ad8b3316587112]::parser::token::Token<&str>), <combine[a2ad8b3316587112]::parser::sequence::Between<_, _, _, _> as combine[a2ad8b3316587112]::parser::Parser<_>>::parse_mode_impl::middle<char, alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, char>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   65:     0x62a0ec888812 - <combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/lib.rs:411:17
[INFO] [stdout]   66:     0x62a0ec89ace0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   67:     0x62a0ec88b4cf - <combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   68:     0x62a0ec894a98 - <combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:655:22
[INFO] [stdout]   69:     0x62a0ec89a7b0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   70:     0x62a0ec897c3f - <combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x62a0ec8660b0 - <(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   72:     0x62a0ec89b460 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   73:     0x62a0ec867eff - <(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   74:     0x62a0ec86dfe8 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   75:     0x62a0ec899fb0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   76:     0x62a0ec87dd5f - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   77:     0x62a0ec87f800 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   78:     0x62a0ec881805 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_stream
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   79:     0x62a0ec881d02 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   80:     0x62a0ec8a8029 - parser[d2d42cef3f6d90b8]::parser::tests::test_identifier
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:476:42
[INFO] [stdout]   81:     0x62a0ec8a67d7 - parser[d2d42cef3f6d90b8]::parser::tests::test_identifier::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:472:23
[INFO] [stdout]   82:     0x62a0ec8bfa46 - <parser[d2d42cef3f6d90b8]::parser::tests::test_identifier::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x62a0ec8bfebb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x62a0ec8bfebb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   85:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   86:     0x62a0ec8cd735 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   87:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   88:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   91:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   92:     0x62a0ec8c7044 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   93:     0x62a0ec8c7044 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   94:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   95:     0x62a0ec8d07b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   96:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   97:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   98:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   99:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  100:     0x62a0ec8d07b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  101:     0x62a0ec95502f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]  102:     0x62a0ec95502f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]  103:     0x755c03d7daa4 - <unknown>
[INFO] [stdout]  104:     0x755c03e0aa64 - clone
[INFO] [stdout]  105:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_op_with_var stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_op_with_var' (273) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a0ec9556c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a0ec96a05a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a0ec96a05a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62a0ec959ee2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62a0ec959ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62a0ec934886 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a0ec934886 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a0ec94dc19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a0ec8ccddc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62a0ec8ccddc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62a0ec94ddd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62a0ec94ddd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62a0ec934974 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62a0ec929b49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a0ec93565d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62a0ec96a7ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a0ec8bca44 - parser[d2d42cef3f6d90b8]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x62a0ec86dd77 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x62a0ec899f80 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x62a0ec87dcef - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x62a0ec87c781 - <(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[a2ad8b3316587112]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x62a0ec8973af - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x62a0ec89a5e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x62a0ec89782f - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x62a0ec87108f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x62a0ec89b2e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x62a0ec87ed7f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x62a0ec888476 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x62a0ec89abf0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x62a0ec88b27f - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x62a0ec88a7a7 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x62a0ec89b4f0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x62a0ec88b78f - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x62a0ec888a76 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x62a0ec89d8fc - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x62a0ec88b0a6 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x62a0ec86f5ec - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x62a0ec89eec1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x62a0ec87edc6 - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x62a0ec8883a7 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x62a0ec89da21 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x62a0ec88b186 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x62a0ec888c06 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x62a0ec89f321 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x62a0ec88b6f6 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x62a0ec8889a7 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x62a0ec89d841 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x62a0ec88b036 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x62a0ec88d2b0 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x62a0ec863e12 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x62a0ec89aa00 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   54:     0x62a0ec86727f - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x62a0ec86bb00 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   56:     0x62a0ec86b6d3 - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   57:     0x62a0ec867d26 - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   58:     0x62a0ec89b140 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   59:     0x62a0ec867c1f - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   60:     0x62a0ec876aa0 - <(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   61:     0x62a0ec89f51c - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   62:     0x62a0ec87eff6 - <(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x62a0ec86220a - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1020:18
[INFO] [stdout]   64:     0x62a0ec89d521 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   65:     0x62a0ec8671e6 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   66:     0x62a0ec86bab0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   67:     0x62a0ec861572 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   68:     0x62a0ec89a9a0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   69:     0x62a0ec86719f - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   70:     0x62a0ec86b9a0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   71:     0x62a0ec86b573 - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   72:     0x62a0ec867a46 - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   73:     0x62a0ec89b0e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   74:     0x62a0ec86793f - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   75:     0x62a0ec879040 - <(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   76:     0x62a0ec89f65c - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   77:     0x62a0ec87f0d6 - <(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   78:     0x62a0ec85f96a - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1020:18
[INFO] [stdout]   79:     0x62a0ec89d3e1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   80:     0x62a0ec867106 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   81:     0x62a0ec86b950 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   82:     0x62a0ec85ecd2 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   83:     0x62a0ec89a940 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   84:     0x62a0ec8670bf - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   85:     0x62a0ec86b8a0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   86:     0x62a0ec86c215 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_stream
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   87:     0x62a0ec86c732 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   88:     0x62a0ec8a8b25 - parser[d2d42cef3f6d90b8]::parser::tests::test_op_with_var
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:249:38
[INFO] [stdout]   89:     0x62a0ec8a6837 - parser[d2d42cef3f6d90b8]::parser::tests::test_op_with_var::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:248:24
[INFO] [stdout]   90:     0x62a0ec8bfac6 - <parser[d2d42cef3f6d90b8]::parser::tests::test_op_with_var::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x62a0ec8bfebb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   92:     0x62a0ec8bfebb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   93:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   94:     0x62a0ec8cd735 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   95:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   96:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   97:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   98:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   99:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]  100:     0x62a0ec8c7044 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]  101:     0x62a0ec8c7044 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  102:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  103:     0x62a0ec8d07b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  104:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]  105:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]  106:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]  107:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  108:     0x62a0ec8d07b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  109:     0x62a0ec95502f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]  110:     0x62a0ec95502f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]  111:     0x755c03d7daa4 - <unknown>
[INFO] [stdout]  112:     0x755c03e0aa64 - clone
[INFO] [stdout]  113:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_parse_definition_with_call stdout ----
[INFO] [stdout] Parsing a function definition
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_parse_definition_with_call' (276) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a0ec9556c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a0ec96a05a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a0ec96a05a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62a0ec959ee2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62a0ec959ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62a0ec934886 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a0ec934886 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a0ec94dc19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a0ec8ccddc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62a0ec8ccddc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62a0ec94ddd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62a0ec94ddd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62a0ec934974 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62a0ec929b49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a0ec93565d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62a0ec96a7ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a0ec8bca44 - parser[d2d42cef3f6d90b8]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x62a0ec86dd77 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x62a0ec899f80 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x62a0ec87dcef - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x62a0ec87c781 - <(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[a2ad8b3316587112]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x62a0ec8973af - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x62a0ec89a5e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x62a0ec89782f - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x62a0ec87108f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x62a0ec89b2e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x62a0ec87ed7f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x62a0ec888476 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x62a0ec89abf0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x62a0ec88b27f - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x62a0ec88a7a7 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x62a0ec89b4f0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x62a0ec88b78f - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x62a0ec888a76 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x62a0ec89d8fc - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x62a0ec88b0a6 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x62a0ec86f5ec - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x62a0ec89eec1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x62a0ec87edc6 - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x62a0ec8883a7 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x62a0ec89da21 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x62a0ec88b186 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x62a0ec888c06 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x62a0ec89f321 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x62a0ec88b6f6 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x62a0ec8889a7 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x62a0ec89d841 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x62a0ec88b036 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x62a0ec88d2b0 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x62a0ec8633e9 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x62a0ec89d5c1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   54:     0x62a0ec867256 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x62a0ec86bb60 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   56:     0x62a0ec861f99 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   57:     0x62a0ec89d521 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   58:     0x62a0ec8671e6 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x62a0ec86bab0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   60:     0x62a0ec860b49 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   61:     0x62a0ec89d481 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   62:     0x62a0ec867176 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x62a0ec86ba00 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   64:     0x62a0ec85f6f9 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   65:     0x62a0ec89d3e1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   66:     0x62a0ec867106 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   67:     0x62a0ec86b950 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   68:     0x62a0ec85ecd2 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   69:     0x62a0ec89a940 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   70:     0x62a0ec8670bf - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x62a0ec8a26e6 - <(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   72:     0x62a0ec89b3d0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   73:     0x62a0ec8a3b6f - <(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   74:     0x62a0ec86d868 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   75:     0x62a0ec899f50 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   76:     0x62a0ec87dc7f - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   77:     0x62a0ec87f760 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   78:     0x62a0ec880948 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_stream
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   79:     0x62a0ec880e75 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   80:     0x62a0ec8ae1b5 - parser[d2d42cef3f6d90b8]::parser::tests::test_parse_definition_with_call
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:456:37
[INFO] [stdout]   81:     0x62a0ec8a6a77 - parser[d2d42cef3f6d90b8]::parser::tests::test_parse_definition_with_call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:454:39
[INFO] [stdout]   82:     0x62a0ec8bfdc6 - <parser[d2d42cef3f6d90b8]::parser::tests::test_parse_definition_with_call::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x62a0ec8bfebb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x62a0ec8bfebb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   85:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   86:     0x62a0ec8cd735 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   87:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   88:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   91:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   92:     0x62a0ec8c7044 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   93:     0x62a0ec8c7044 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   94:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   95:     0x62a0ec8d07b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   96:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   97:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   98:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   99:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  100:     0x62a0ec8d07b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  101:     0x62a0ec95502f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]  102:     0x62a0ec95502f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]  103:     0x755c03d7daa4 - <unknown>
[INFO] [stdout]  104:     0x755c03e0aa64 - clone
[INFO] [stdout]  105:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_parse_definition_with_var stdout ----
[INFO] [stdout] Parsing a function definition
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_parse_definition_with_var' (277) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a0ec9556c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a0ec9556c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a0ec96a05a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a0ec96a05a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62a0ec959ee2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62a0ec959ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62a0ec934886 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a0ec934886 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a0ec94dc19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a0ec8ccddc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62a0ec8ccddc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62a0ec94ddd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62a0ec94ddd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62a0ec934974 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62a0ec929b49 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a0ec93565d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62a0ec96a7ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a0ec8bca44 - parser[d2d42cef3f6d90b8]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x62a0ec86dd77 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x62a0ec899f80 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x62a0ec87dcef - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x62a0ec87c781 - <(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[a2ad8b3316587112]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x62a0ec8973af - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x62a0ec89a5e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x62a0ec89782f - <combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x62a0ec87108f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x62a0ec89b2e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x62a0ec87ed7f - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x62a0ec888476 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x62a0ec89abf0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x62a0ec88b27f - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x62a0ec88a7a7 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x62a0ec89b4f0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x62a0ec88b78f - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x62a0ec888a76 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x62a0ec89d8fc - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x62a0ec88b0a6 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x62a0ec86f5ec - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x62a0ec89eec1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x62a0ec87edc6 - <(combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x62a0ec8883a7 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x62a0ec89da21 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x62a0ec88b186 - <combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x62a0ec888c06 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x62a0ec89f321 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x62a0ec88b6f6 - <(combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::combinator::Ignore<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x62a0ec8889a7 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x62a0ec89d841 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x62a0ec88b036 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x62a0ec88d2b0 - <combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x62a0ec8633e9 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x62a0ec89d5c1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   54:     0x62a0ec867256 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x62a0ec86bb60 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   56:     0x62a0ec861f99 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   57:     0x62a0ec89d521 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   58:     0x62a0ec8671e6 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x62a0ec86bab0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   60:     0x62a0ec861572 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   61:     0x62a0ec89a9a0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   62:     0x62a0ec86719f - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x62a0ec86b9a0 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   64:     0x62a0ec86b573 - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   65:     0x62a0ec867a46 - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   66:     0x62a0ec89b0e0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   67:     0x62a0ec86793f - <&mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   68:     0x62a0ec879040 - <(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   69:     0x62a0ec89f65c - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   70:     0x62a0ec87f0d6 - <(&mut combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>, &mut combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x62a0ec85f96a - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1020:18
[INFO] [stdout]   72:     0x62a0ec89d3e1 - <combine[a2ad8b3316587112]::parser::PartialMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   73:     0x62a0ec867106 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::PartialMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   74:     0x62a0ec86b950 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_partial
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   75:     0x62a0ec85ecd2 - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   76:     0x62a0ec89a940 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   77:     0x62a0ec8670bf - <combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   78:     0x62a0ec8a26e6 - <(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   79:     0x62a0ec89b3d0 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   80:     0x62a0ec8a3b6f - <(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>) as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   81:     0x62a0ec86d868 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode_impl::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   82:     0x62a0ec899f50 - <combine[a2ad8b3316587112]::parser::FirstMode as combine[a2ad8b3316587112]::parser::ParseMode>::parse::<combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}>, &str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   83:     0x62a0ec87dc7f - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_mode::<combine[a2ad8b3316587112]::parser::FirstMode>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   84:     0x62a0ec87f760 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_first
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   85:     0x62a0ec880948 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse_stream
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   86:     0x62a0ec880e75 - <combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::TokensCmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, core[8fb95b77d25ab6c8]::str::iter::Chars, &str>, combine[a2ad8b3316587112]::parser::char::string_cmp<combine[a2ad8b3316587112]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<alloc[a7ee25936407c584]::string::String>, combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::token::Token<&str>>>), parser[d2d42cef3f6d90b8]::parser::parse_prototype<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::repeat::Chainl1<combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::sequence::Skip<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::With<combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::char::Digit<&str>>, parser[d2d42cef3f6d90b8]::parser::integer_part<&str>::{closure#0}>>>>), parser[d2d42cef3f6d90b8]::parser::parse_number_expr<&str>::{closure#0}>, combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expr_parser<&str>>, combine[a2ad8b3316587112]::parser::combinator::Map<(combine[a2ad8b3316587112]::parser::repeat::Many1<alloc[a7ee25936407c584]::string::String, combine[a2ad8b3316587112]::parser::choice::Choice<(combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, combine[a2ad8b3316587112]::parser::char::letter<&str>::{closure#0}>, &str>, combine[a2ad8b3316587112]::parser::char::Digit<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>)>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::choice::Optional<combine[a2ad8b3316587112]::parser::sequence::Between<&str, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::token::Token<&str>, combine[a2ad8b3316587112]::parser::repeat::SepBy<alloc[a7ee25936407c584]::vec::Vec<parser[d2d42cef3f6d90b8]::ast::Expr>, parser[d2d42cef3f6d90b8]::parser::expr<&str>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[d2d42cef3f6d90b8]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::repeat::SkipMany<&str, combine[a2ad8b3316587112]::parser::error::Expected<combine[a2ad8b3316587112]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#1}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#2}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#3}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#4}>>, combine[a2ad8b3316587112]::parser::combinator::Map<combine[a2ad8b3316587112]::parser::token::Token<&str>, parser[d2d42cef3f6d90b8]::parser::expression_parser<&str>::{closure#0}>>), parser[d2d42cef3f6d90b8]::parser::parse_definition<&str>::{closure#0}> as combine[a2ad8b3316587112]::parser::Parser<&str>>::parse
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   87:     0x62a0ec8ad045 - parser[d2d42cef3f6d90b8]::parser::tests::test_parse_definition_with_var
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:433:37
[INFO] [stdout]   88:     0x62a0ec8a6a17 - parser[d2d42cef3f6d90b8]::parser::tests::test_parse_definition_with_var::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:429:38
[INFO] [stdout]   89:     0x62a0ec8bfd46 - <parser[d2d42cef3f6d90b8]::parser::tests::test_parse_definition_with_var::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   90:     0x62a0ec8bfebb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x62a0ec8bfebb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   92:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   93:     0x62a0ec8cd735 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   94:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   95:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   96:     0x62a0ec8cd735 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   97:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   98:     0x62a0ec8cd735 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   99:     0x62a0ec8c7044 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]  100:     0x62a0ec8c7044 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  101:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  102:     0x62a0ec8d07b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  103:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]  104:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]  105:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]  106:     0x62a0ec8d07b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  107:     0x62a0ec8d07b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  108:     0x62a0ec95502f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]  109:     0x62a0ec95502f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]  110:     0x755c03d7daa4 - <unknown>
[INFO] [stdout]  111:     0x755c03e0aa64 - clone
[INFO] [stdout]  112:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parser::tests::test_identifier
[INFO] [stdout]     parser::tests::test_op_with_paren
[INFO] [stdout]     parser::tests::test_op_with_var
[INFO] [stdout]     parser::tests::test_parse_definition_with_call
[INFO] [stdout]     parser::tests::test_parse_definition_with_var
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466", kill_on_drop: false }`
[INFO] [stdout] 98bac8aaeb18abad22dcf3611a7dafeadbe820e1d24465dd622a3daf9c47c466
