[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.98.0-beta.1 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-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/monetlang/monet-parser on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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] 8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260
[INFO] running `Command { std: "docker" "start" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260", 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" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260", 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" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bytes v1.7.1
[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 7.77s
[INFO] running `Command { std: "docker" "inspect" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260", 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" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "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] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir)
[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] [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 2.06s
[INFO] running `Command { std: "docker" "inspect" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260", 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" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "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.04s
[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_all_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_div_and_mul_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_prototype ... ok
[INFO] [stdout] test parser::tests::test_simple_op ... ok
[INFO] [stdout] test parser::tests::test_simple_numbers ... ok
[INFO] [stdout] test parser::tests::test_sub_and_add_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_parse_primary ... ok
[INFO] [stdout] test parser::tests::test_identifier ... FAILED
[INFO] [stdout] test parser::tests::test_op_with_var ... FAILED
[INFO] [stdout] test parser::tests::test_op_with_paren ... 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_identifier stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_identifier' (270) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x615773db77e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x615773db77e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x615773dcc18a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x615773dcc18a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x615773dbbc9c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x615773dbbc9c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x615773d95f56 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x615773d95f56 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x615773dafa09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x615773d2dc00 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x615773d2dc00 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x615773dafbc2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x615773dafbc2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x615773d96034 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x615773d8d969 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x615773d96bfd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x615773dcc95c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x615773d1d634 - parser[631959a9565294ed]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x615773ccf517 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb3c0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::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:     0x615773cdf30f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cddda1 - <(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[770fc84ade3106b2]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[770fc84ade3106b2]::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:     0x615773cf882f - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfba20 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cf8caf - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cf6ce7 - <(combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Silent<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc840 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Silent<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cf965f - <(combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Silent<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea0c6 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[770fc84ade3106b2]::parser::error::Silent<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbfd0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[770fc84ade3106b2]::parser::error::Silent<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec67f - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>, combine[770fc84ade3106b2]::parser::error::Silent<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773d1c3e7 - <parser[631959a9565294ed]::parser::expr<&str> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc1b0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<parser[631959a9565294ed]::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:     0x615773d1c85f - <parser[631959a9565294ed]::parser::expr<&str> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773d1f000 - <parser[631959a9565294ed]::parser::expr<&str> as combine[770fc84ade3106b2]::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:     0x615773d1ff53 - <&mut parser[631959a9565294ed]::parser::expr<&str> as combine[770fc84ade3106b2]::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:     0x615773d1cf66 - <&mut parser[631959a9565294ed]::parser::expr<&str> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc610 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<&mut parser[631959a9565294ed]::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:     0x615773d1ce5f - <&mut parser[631959a9565294ed]::parser::expr<&str> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cb8d4d - <combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbd50 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cc882f - <combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cbef61 - <(combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::function::FnParser<&str, <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl<combine[770fc84ade3106b2]::parser::FirstMode>::{closure#0}>) as combine[770fc84ade3106b2]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[770fc84ade3106b2]::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:     0x615773cf89ff - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::function::FnParser<&str, <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl<combine[770fc84ade3106b2]::parser::FirstMode>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbaf0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::function::FnParser<&str, <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl<combine[770fc84ade3106b2]::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:     0x615773cf8edf - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::function::FnParser<&str, <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl<combine[770fc84ade3106b2]::parser::FirstMode>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cf49af - <combine[770fc84ade3106b2]::parser::choice::Or<combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::function::FnParser<&str, <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl<combine[770fc84ade3106b2]::parser::FirstMode>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb9f0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Or<combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::function::FnParser<&str, <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl<combine[770fc84ade3106b2]::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:     0x615773cf8c3f - <combine[770fc84ade3106b2]::parser::choice::Or<combine[770fc84ade3106b2]::parser::repeat::SepBy1<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, &mut parser[631959a9565294ed]::parser::expr<&str>, &mut combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::function::FnParser<&str, <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl<combine[770fc84ade3106b2]::parser::FirstMode>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cb81aa - <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbcf0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cc870f - <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccc740 - <combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::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:     0x615773cccc03 - <&mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::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:     0x615773cc8f86 - <&mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc4c0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<&mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cc8e7f - <&mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773d144c6 - <(&mut combine[770fc84ade3106b2]::parser::token::Token<&str>, &mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[770fc84ade3106b2]::parser::token::Token<&str>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfca80 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(&mut combine[770fc84ade3106b2]::parser::token::Token<&str>, &mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[770fc84ade3106b2]::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:     0x615773d17b7f - <(&mut combine[770fc84ade3106b2]::parser::token::Token<&str>, &mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[770fc84ade3106b2]::parser::token::Token<&str>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccff18 - <combine[770fc84ade3106b2]::parser::combinator::Map<(&mut combine[770fc84ade3106b2]::parser::token::Token<&str>, &mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[770fc84ade3106b2]::parser::token::Token<&str>), <combine[770fc84ade3106b2]::parser::sequence::Between<_, _, _, _> as combine[770fc84ade3106b2]::parser::Parser<_>>::parse_mode_impl::middle<char, alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, char>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb480 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(&mut combine[770fc84ade3106b2]::parser::token::Token<&str>, &mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[770fc84ade3106b2]::parser::token::Token<&str>), <combine[770fc84ade3106b2]::parser::sequence::Between<_, _, _, _> as combine[770fc84ade3106b2]::parser::Parser<_>>::parse_mode_impl::middle<char, alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::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:     0x615773cdf44f - <combine[770fc84ade3106b2]::parser::combinator::Map<(&mut combine[770fc84ade3106b2]::parser::token::Token<&str>, &mut combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, &mut combine[770fc84ade3106b2]::parser::token::Token<&str>), <combine[770fc84ade3106b2]::parser::sequence::Between<_, _, _, _> as combine[770fc84ade3106b2]::parser::Parser<_>>::parse_mode_impl::middle<char, alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, char>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9dd2 - <combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc120 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773ceca0f - <combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cf5f98 - <combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbbf0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cf90bf - <combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cc78d4 - <(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc8a0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cc971f - <(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccf788 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb3f0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cdf37f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce0e20 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773ce2dc5 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773ce32c2 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773d091c9 - parser[631959a9565294ed]::parser::tests::test_identifier
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:476:42
[INFO] [stdout]   81:     0x615773d08067 - parser[631959a9565294ed]::parser::tests::test_identifier::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:472:23
[INFO] [stdout]   82:     0x615773d20ae6 - <parser[631959a9565294ed]::parser::tests::test_identifier::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x615773d20f3b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x615773d20f3b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   85:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   86:     0x615773d2e585 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   87:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   88:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x615773d2e585 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   91:     0x615773d2e585 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   92:     0x615773d29034 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   93:     0x615773d29034 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   94:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   95:     0x615773d316d2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   96:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   97:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   98:     0x615773d316d2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   99:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  100:     0x615773d316d2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  101:     0x615773db706f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  102:     0x615773db706f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  103:     0x7c34943a9aa4 - <unknown>
[INFO] [stdout]  104:     0x7c3494436a64 - 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' (274) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x615773db77e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x615773db77e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x615773dcc18a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x615773dcc18a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x615773dbbc9c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x615773dbbc9c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x615773d95f56 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x615773d95f56 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x615773dafa09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x615773d2dc00 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x615773d2dc00 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x615773dafbc2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x615773dafbc2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x615773d96034 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x615773d8d969 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x615773d96bfd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x615773dcc95c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x615773d1d634 - parser[631959a9565294ed]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x615773ccf517 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb3c0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::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:     0x615773cdf30f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cddda1 - <(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[770fc84ade3106b2]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[770fc84ade3106b2]::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:     0x615773cf882f - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfba20 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cf8caf - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd27f1 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc720 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773ce039f - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9a36 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc030 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cec7bf - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cebd07 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc930 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecccf - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea036 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfed3c - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec5e6 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd0d7e - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00301 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773ce03e6 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9967 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfee61 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec6c6 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea1c6 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00761 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecc36 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9f67 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfec81 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec576 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cee7f0 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::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:     0x615773cc5672 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbe40 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a9f - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd300 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::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:     0x615773ccced3 - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::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:     0x615773cc9546 - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc580 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc943f - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd8122 - <(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d0095c - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773ce0616 - <(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cc3a6a - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe961 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a06 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd2b0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::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:     0x615773cc2dd2 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbde0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc89bf - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd1a0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::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:     0x615773cccd73 - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::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:     0x615773cc9266 - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc520 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc915f - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cda682 - <(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00a9c - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773ce06f6 - <(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cc11ca - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe821 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8926 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd150 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::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:     0x615773cc0532 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbd80 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc88df - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd0a0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::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:     0x615773ccd9b5 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::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:     0x615773ccded2 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::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:     0x615773d09cc5 - parser[631959a9565294ed]::parser::tests::test_op_with_var
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:249:38
[INFO] [stdout]   89:     0x615773d080c7 - parser[631959a9565294ed]::parser::tests::test_op_with_var::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:248:24
[INFO] [stdout]   90:     0x615773d20b66 - <parser[631959a9565294ed]::parser::tests::test_op_with_var::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x615773d20f3b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   92:     0x615773d20f3b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   93:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   94:     0x615773d2e585 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   95:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   96:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   97:     0x615773d2e585 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   98:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   99:     0x615773d2e585 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]  100:     0x615773d29034 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]  101:     0x615773d29034 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  102:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  103:     0x615773d316d2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  104:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  105:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  106:     0x615773d316d2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  107:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  108:     0x615773d316d2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  109:     0x615773db706f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  110:     0x615773db706f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  111:     0x7c34943a9aa4 - <unknown>
[INFO] [stdout]  112:     0x7c3494436a64 - clone
[INFO] [stdout]  113:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_op_with_paren stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_op_with_paren' (273) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x615773db77e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x615773db77e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x615773dcc18a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x615773dcc18a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x615773dbbc9c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x615773dbbc9c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x615773d95f56 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x615773d95f56 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x615773dafa09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x615773d2dc00 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x615773d2dc00 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x615773dafbc2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x615773dafbc2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x615773d96034 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x615773d8d969 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x615773d96bfd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x615773dcc95c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x615773d1d634 - parser[631959a9565294ed]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x615773ccf517 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb3c0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::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:     0x615773cdf30f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cddda1 - <(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[770fc84ade3106b2]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[770fc84ade3106b2]::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:     0x615773cf882f - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfba20 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cf8caf - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd27f1 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc720 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773ce039f - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9a36 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc030 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cec7bf - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cebd07 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc930 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecccf - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea036 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfed3c - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec5e6 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd0d7e - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00301 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773ce03e6 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9967 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfee61 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec6c6 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea1c6 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00761 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecc36 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9f67 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfec81 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec576 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cee7f0 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::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:     0x615773cc4c49 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfea01 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a76 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd360 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::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:     0x615773cc37f9 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe961 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a06 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd2b0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::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:     0x615773cc23a9 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe8c1 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8996 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd200 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::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:     0x615773cc0f59 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe821 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8926 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd150 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::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:     0x615773cc0532 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbd80 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc88df - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd0a0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::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:     0x615773ccd9b5 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::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:     0x615773ccded2 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::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:     0x615773d0a9d5 - parser[631959a9565294ed]::parser::tests::test_op_with_paren
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:321:38
[INFO] [stdout]   75:     0x615773d08127 - parser[631959a9565294ed]::parser::tests::test_op_with_paren::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:320:26
[INFO] [stdout]   76:     0x615773d20be6 - <parser[631959a9565294ed]::parser::tests::test_op_with_paren::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x615773d20f3b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x615773d20f3b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   79:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   80:     0x615773d2e585 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   81:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   82:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   83:     0x615773d2e585 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   84:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   85:     0x615773d2e585 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   86:     0x615773d29034 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   87:     0x615773d29034 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   88:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   89:     0x615773d316d2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   91:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   92:     0x615773d316d2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   94:     0x615773d316d2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   95:     0x615773db706f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   96:     0x615773db706f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   97:     0x7c34943a9aa4 - <unknown>
[INFO] [stdout]   98:     0x7c3494436a64 - clone
[INFO] [stdout]   99:                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' (277) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x615773db77e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x615773db77e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x615773dcc18a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x615773dcc18a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x615773dbbc9c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x615773dbbc9c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x615773d95f56 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x615773d95f56 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x615773dafa09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x615773d2dc00 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x615773d2dc00 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x615773dafbc2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x615773dafbc2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x615773d96034 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x615773d8d969 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x615773d96bfd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x615773dcc95c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x615773d1d634 - parser[631959a9565294ed]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x615773ccf517 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb3c0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::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:     0x615773cdf30f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cddda1 - <(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[770fc84ade3106b2]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[770fc84ade3106b2]::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:     0x615773cf882f - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfba20 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cf8caf - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd27f1 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc720 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773ce039f - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9a36 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc030 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cec7bf - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cebd07 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc930 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecccf - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea036 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfed3c - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec5e6 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd0d7e - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00301 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773ce03e6 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9967 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfee61 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec6c6 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea1c6 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00761 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecc36 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9f67 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfec81 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec576 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cee7f0 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::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:     0x615773cc4c49 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfea01 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a76 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd360 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::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:     0x615773cc37f9 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe961 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a06 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd2b0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::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:     0x615773cc23a9 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe8c1 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8996 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd200 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::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:     0x615773cc0f59 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe821 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8926 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd150 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::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:     0x615773cc0532 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbd80 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc88df - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773d03afc - <(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc810 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773d04f7f - <(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccf008 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb390 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::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:     0x615773cdf29f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce0d80 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773ce1f08 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773ce2435 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773d0f355 - parser[631959a9565294ed]::parser::tests::test_parse_definition_with_call
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:456:37
[INFO] [stdout]   81:     0x615773d08307 - parser[631959a9565294ed]::parser::tests::test_parse_definition_with_call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:454:39
[INFO] [stdout]   82:     0x615773d20e66 - <parser[631959a9565294ed]::parser::tests::test_parse_definition_with_call::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x615773d20f3b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x615773d20f3b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   85:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   86:     0x615773d2e585 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   87:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   88:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x615773d2e585 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   91:     0x615773d2e585 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   92:     0x615773d29034 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   93:     0x615773d29034 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   94:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   95:     0x615773d316d2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   96:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   97:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   98:     0x615773d316d2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   99:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  100:     0x615773d316d2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  101:     0x615773db706f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  102:     0x615773db706f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  103:     0x7c34943a9aa4 - <unknown>
[INFO] [stdout]  104:     0x7c3494436a64 - 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' (278) panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x615773db77e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x615773db77e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x615773db77e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x615773dcc18a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x615773dcc18a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x615773dbbc9c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x615773dbbc9c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x615773d95f56 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x615773d95f56 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x615773dafa09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x615773d2dc00 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x615773d2dc00 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x615773dafbc2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x615773dafbc2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x615773d96034 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x615773d8d969 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x615773d96bfd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x615773dcc95c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x615773d1d634 - parser[631959a9565294ed]::parser::parse_number_expr::<&str>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x615773ccf517 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb3c0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::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:     0x615773cdf30f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cddda1 - <(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>) as combine[770fc84ade3106b2]::parser::choice::ChoiceParser<&str>>::parse_mode_choice::<combine[770fc84ade3106b2]::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:     0x615773cf882f - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfba20 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cf8caf - <combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd27f1 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc720 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773ce039f - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9a36 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc030 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::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:     0x615773cec7bf - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cebd07 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc930 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecccf - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea036 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfed3c - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec5e6 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cd0d7e - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00301 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773ce03e6 - <(combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9967 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfee61 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec6c6 - <combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cea1c6 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00761 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cecc36 - <(combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::combinator::Ignore<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce9f67 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfec81 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::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:     0x615773cec576 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cee7f0 - <combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>> as combine[770fc84ade3106b2]::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:     0x615773cc4c49 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfea01 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a76 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd360 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>> as combine[770fc84ade3106b2]::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:     0x615773cc37f9 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe961 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8a06 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd2b0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>> as combine[770fc84ade3106b2]::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:     0x615773cc2dd2 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbde0 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc89bf - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd1a0 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::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:     0x615773cccd73 - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::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:     0x615773cc9266 - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc520 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc915f - <&mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cda682 - <(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773d00a9c - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773ce06f6 - <(&mut combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>, &mut combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773cc11ca - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfe821 - <combine[770fc84ade3106b2]::parser::PartialMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc8926 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccd150 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>> as combine[770fc84ade3106b2]::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:     0x615773cc0532 - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfbd80 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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:     0x615773cc88df - <combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773d03afc - <(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfc810 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::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]   80:     0x615773d04f7f - <(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>) as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ccf008 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode_impl::<combine[770fc84ade3106b2]::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:     0x615773cfb390 - <combine[770fc84ade3106b2]::parser::FirstMode as combine[770fc84ade3106b2]::parser::ParseMode>::parse::<combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::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:     0x615773cdf29f - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::parser::Parser<&str>>::parse_mode::<combine[770fc84ade3106b2]::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:     0x615773ce0d80 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773ce1f08 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773ce2435 - <combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::TokensCmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, core[6883ba1bc0fe4ed1]::str::iter::Chars, &str>, combine[770fc84ade3106b2]::parser::char::string_cmp<combine[770fc84ade3106b2]::parser::char::string<&str>::{closure#0}, &str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::string::String>, combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::token::Token<&str>>>), parser[631959a9565294ed]::parser::parse_prototype<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::repeat::Chainl1<combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::sequence::Skip<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::With<combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::char::Digit<&str>>, parser[631959a9565294ed]::parser::integer_part<&str>::{closure#0}>>>>), parser[631959a9565294ed]::parser::parse_number_expr<&str>::{closure#0}>, combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expr_parser<&str>>, combine[770fc84ade3106b2]::parser::combinator::Map<(combine[770fc84ade3106b2]::parser::repeat::Many1<alloc[55a36b64bcbf2c0d]::string::String, combine[770fc84ade3106b2]::parser::choice::Choice<(combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, combine[770fc84ade3106b2]::parser::char::letter<&str>::{closure#0}>, &str>, combine[770fc84ade3106b2]::parser::char::Digit<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>)>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::choice::Optional<combine[770fc84ade3106b2]::parser::sequence::Between<&str, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::token::Token<&str>, combine[770fc84ade3106b2]::parser::repeat::SepBy<alloc[55a36b64bcbf2c0d]::vec::Vec<parser[631959a9565294ed]::ast::Expr>, parser[631959a9565294ed]::parser::expr<&str>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>>), parser[631959a9565294ed]::parser::parse_identifier_expr<&str>::{closure#0}>)>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>>, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::repeat::SkipMany<&str, combine[770fc84ade3106b2]::parser::error::Expected<combine[770fc84ade3106b2]::parser::token::Satisfy<&str, fn(char) -> bool>, &str>>, &str>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#1}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#2}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#3}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#4}>>, combine[770fc84ade3106b2]::parser::combinator::Map<combine[770fc84ade3106b2]::parser::token::Token<&str>, parser[631959a9565294ed]::parser::expression_parser<&str>::{closure#0}>>), parser[631959a9565294ed]::parser::parse_definition<&str>::{closure#0}> as combine[770fc84ade3106b2]::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:     0x615773d0e1e5 - parser[631959a9565294ed]::parser::tests::test_parse_definition_with_var
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:433:37
[INFO] [stdout]   88:     0x615773d082a7 - parser[631959a9565294ed]::parser::tests::test_parse_definition_with_var::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:429:38
[INFO] [stdout]   89:     0x615773d20de6 - <parser[631959a9565294ed]::parser::tests::test_parse_definition_with_var::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   90:     0x615773d20f3b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x615773d20f3b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   92:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   93:     0x615773d2e585 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   94:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   95:     0x615773d2e585 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   96:     0x615773d2e585 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   97:     0x615773d2e585 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   98:     0x615773d2e585 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   99:     0x615773d29034 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]  100:     0x615773d29034 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  101:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  102:     0x615773d316d2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  103:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  104:     0x615773d316d2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  105:     0x615773d316d2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  106:     0x615773d316d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  107:     0x615773d316d2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  108:     0x615773db706f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  109:     0x615773db706f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  110:     0x7c34943a9aa4 - <unknown>
[INFO] [stdout]  111:     0x7c3494436a64 - 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.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260", kill_on_drop: false }`
[INFO] [stdout] 8bd3760a33a0c071e2fd9f239d6187b67253fe6d5dceed968e30561021ada260
