Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. ~/test-project> cargo run master
  2. Running `target/debug/test-project`
  3. thread '<main>' panicked at 'called `Option::unwrap()` on a `None` value', ../src/libcore/option.rs:325
  4. stack backtrace:
  5. 1: 0x556c336c6000 - std::sys::backtrace::tracing::imp::write::h9fb600083204ae7f
  6. 2: 0x556c336c81eb - std::panicking::default_hook::_$u7b$$u7b$closure$u7d$$u7d$::hca543c34f11229ac
  7. 3: 0x556c336c7e73 - std::panicking::default_hook::hc2c969e7453d080c
  8. 4: 0x556c336c203f - std::sys_common::unwind::begin_unwind_inner::h30e12d15ce2b2e25
  9. 5: 0x556c336c2a18 - std::sys_common::unwind::begin_unwind_fmt::hb2de8a9968d38523
  10. 6: 0x556c336c54e1 - rust_begin_unwind
  11. 7: 0x556c336fd0af - core::panicking::panic_fmt::h257ceb0aa351d801
  12. 8: 0x556c336fd388 - core::panicking::panic::h4bb1497076d04ab9
  13. 9: 0x556c336c1291 - _<std..option..Option<T>>::unwrap::h1747d03715acef23
  14. at ../src/libcore/macros.rs:21
  15. 10: 0x556c336c1242 - test_project::main::h2efdf6ead44807dc
  16. at src/main.rs:2
  17. 11: 0x556c336c7ab4 - std::sys_common::unwind::try::try_fn::h04c0c89e4add6cc4
  18. 12: 0x556c336c546b - __rust_try
  19. 13: 0x556c336c74fb - std::rt::lang_start::h61f4934e780b4dfc
  20. 14: 0x556c336c12e9 - main
  21. 15: 0x7fc676e16a3f - __libc_start_main
  22. 16: 0x556c336c1118 - _start
  23. 17: 0x0 - <unknown>
  24. error: Process didn't exit successfully: `target/debug/test-project` (exit code: 101)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement