Advertisement
Guest User

Untitled

a guest
May 27th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. src/main.rs:22:31: 22:35 error: cannot borrow `*self` as mutable more than once at a time
  2. src/main.rs:22 while let Some(msg) = self.next_packet() {
  3. ^~~~
  4. src/main.rs:22:31: 22:35 note: previous borrow of `*self` occurs here; the mutable borrow prevents subsequent moves, borrows, or modification of `*self` until the borrow ends
  5. src/main.rs:22 while let Some(msg) = self.next_packet() {
  6. ^~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement