blob: bd2b789cd990896d29c3776659d051bd48f5bf89 [file] [log] [blame]
error[E0271]: type mismatch resolving `<i32 as Is>::T == i64`
--> $DIR/check-trait-object-bounds-5.rs:23:5
|
LL | fn is_obj<T: ?Sized + Obj>(_: &T) {}
| --- required by this bound in `is_obj`
...
LL | is_obj(x)
| ^^^^^^ expected `i64`, found `i32`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0271`.