Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

Rust

Compiler

rust HEAD 1.33.0-dev

Options

Author

anonymous

about 6 years ago

$ rust prog.rs
warning: function is never used: `deadlock`
  --> prog.rs:10:1
   |
10 | fn deadlock() {
   | ^^^^^^^^^^^^^
   |
   = note: #[warn(dead_code)] on by default

START RefCell<T>
thread 'main' panicked at 'already borrowed: BorrowMutError', src/libcore/result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
Exit Code:
101