Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.26 KB | None | 0 0
  1. error[E0308]: mismatched types
  2.   --> lib.rs:18:28
  3.    |
  4. 18 |         RgbPixel::<T>::new(0, 0.0, 0.0)
  5.    |                            ^ expected type parameter, found integral variable
  6.    |
  7.    = note: expected type `T`
  8.    = note:    found type `{integer}`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement