blob: 421af67d19cc175e4a83e5b0e697217b0c88f3dd [file] [log] [blame]
error[E0220]: associated type `Trget` not found for `std::ops::Deref`
--> $DIR/type-binding.rs:6:20
|
LL | fn homura<T: Deref<Trget = i32>>(_: T) {}
| ^^^^^^^^^^^ associated type `Trget` not found
error: aborting due to previous error
For more information about this error, try `rustc --explain E0220`.