Advertisement
gareins

Untitled

Mar 2nd, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. src/mod.rs:24:21: 24:30 error: multiple applicable methods in scope [E0034]
  2. src/mod.rs:24         try!(r.read_u8());
  3.                                      ^~~~~~~~~
  4. src/mod.rs:24:21: 24:30 note: candidate #1 is defined in an impl of the trait `std::old_io::Reader` for the type `&[u8]`
  5. src/mod.rs:24         try!(r.read_u8());
  6.                                      ^~~~~~~~~
  7. src/mod.rs:24:21: 24:30 note: candidate #2 is defined in an impl of the trait `byteorder::new::ReadBytesExt` for the type `_`
  8. src/mod.rs:24         try!(r.read_u8());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement