Advertisement
alkkofficial

Untitled

Oct 7th, 2023
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', src\bin\main.rs:45:36
  2. stack backtrace:
  3. 0: std::panicking::begin_panic_handler
  4. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library\std\src\panicking.rs:593
  5. 1: core::panicking::panic_fmt
  6. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library\core\src\panicking.rs:67
  7. 2: core::result::unwrap_failed
  8. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library\core\src\result.rs:1651
  9. 3: enum2$<core::result::Result<tuple$<>,std::sync::mpsc::SendError<tz_rust::dataformat::Simulation> > >::unwrap<tuple$<>,std::sync::mpsc::SendError<tz_rust::dataformat::Simulation> >
  10. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be\library\core\src\result.rs:1076
  11. 4: main::generator_main
  12. at .\src\bin\main.rs:45
  13. 5: main::main::closure$0
  14. at .\src\bin\main.rs:21
  15. note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  16. thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', src\bin\main.rs:35:23
  17. stack backtrace:
  18. 0: std::panicking::begin_panic_handler
  19. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library\std\src\panicking.rs:593
  20. 1: core::panicking::panic_fmt
  21. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library\core\src\panicking.rs:67
  22. 2: core::result::unwrap_failed
  23. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library\core\src\result.rs:1651
  24. 3: enum2$<core::result::Result<tuple$<>,alloc::boxed::Box<dyn$<core::any::Any,core::marker::Send>,alloc::alloc::Global> > >::unwrap<tuple$<>,alloc::boxed::Box<dyn$<core::any::Any,core::marker::Send>,alloc::alloc::Global> >
  25. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be\library\core\src\result.rs:1076
  26. 4: main::main
  27. at .\src\bin\main.rs:35
  28. 5: core::ops::function::FnOnce::call_once<void (*)(),tuple$<> >
  29. at /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be\library\core\src\ops\function.rs:250
  30. note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  31. error: process didn't exit successfully: `target\debug\main.exe` (exit code: 101)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement