Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. error[E0597]: `nes` does not live long enough
  2. --> src/main.rs:24:5
  3. |
  4. 24 | nes.run();
  5. | ^^^ borrowed value does not live long enough
  6. 25 | }
  7. | -
  8. | |
  9. | `nes` dropped here while still borrowed
  10. | borrow might be used here, when `nes` is dropped and runs the destructor for type `emulator::nes::NES<'_, emulator::mappers::nrom::NROM>`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement