Source: rust-input-linux
Version: 0.6.0-1
Severity: important
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=rust-input-linux&ver=0.6.0-1

...
error[E0308]: mismatched types
  --> src/time.rs:32:13
   |
32 |             tv_usec: usecs as suseconds_t,
   |                      ^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `i32`

error[E0308]: mismatched types
  --> src/time.rs:61:22
   |
61 |         (self.0).tv_usec = value as suseconds_t
   |         ----------------   ^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `i32`
   |         |
   |         expected due to the type of this binding

For more information about this error, try `rustc --explain E0308`.
error: could not compile `input-linux` (lib) due to 2 previous errors
...

Reply via email to