Hello,
I got an error using the tool.
First with pre-compiled binary then the same with local build.
See below using RUST_BACKTRACE=full
thread 'main' panicked at src/main.rs:22:51:
called `Result::unwrap()` on an `Err` value: MissingUserEmail
stack backtrace:
0: 0x102895bbc - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h92dda645f072dcaf
1: 0x1028b17a0 - core::fmt::write::hbc92919d8e8f9a96
2: 0x102893518 - std::io::Write::write_fmt::hcee3b5dc9ab531be
3: 0x102895a70 - std::sys::backtrace::BacktraceLock::print::h0f497abce563e5d2
4: 0x102896910 - std::panicking::default_hook::{{closure}}::h62595143a6c21f05
5: 0x102896760 - std::panicking::default_hook::hd800536ed1df5085
6: 0x1028973f0 - std::panicking::rust_panic_with_hook::h1882a30575fbb763
7: 0x10289701c - std::panicking::begin_panic_handler::{{closure}}::h39275ef3005e6337
8: 0x10289606c - std::sys::backtrace::__rust_end_short_backtrace::h6ede323c05a76849
9: 0x102896cc4 - __rustc[95feac21a9532783]::rust_begin_unwind
10: 0x1028cede0 - core::panicking::panic_fmt::h529fda7ea817ba4f
11: 0x1028cf0d0 - core::result::unwrap_failed::hd402f38eeb0f0f01
12: 0x10250d46c - uar::main::hb0fd58063e013f10
13: 0x1025207d4 - std::sys::backtrace::__rust_begin_short_backtrace::h57a4cb5d787f4b2e
14: 0x102514608 - std::rt::lang_start::{{closure}}::h3c91faa1e14ceebb
15: 0x10288ec74 - std::rt::lang_start_internal::hdff9e551ec0db2ea
16: 0x10250e4ac - _main
Hello,
I got an error using the tool.
First with pre-compiled binary then the same with local build.
See below using RUST_BACKTRACE=full