Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. error[E0277]: the trait bound `T: rand_core::RngCore` is not satisfied
  2. --> /home/benc/.cargo/registry/src/github.com-1ecc6299db9ec823/libpijul-0.10.2/src/lib.rs:177:30
  3. |
  4. 177 | db: self.txn.fork(&mut self.rng, &branch.db)?,
  5. | ^^^^ the trait `rand_core::RngCore` is not implemented for `T`
  6. |
  7. = help: consider adding a `where T: rand_core::RngCore` bound
  8. = note: required because of the requirements on the impl of `rand::Rng` for `T`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement