]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/type-binding.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / span / type-binding.stderr
1 error[E0220]: associated type `Trget` not found for `std::ops::Deref`
2   --> $DIR/type-binding.rs:6:20
3    |
4 LL | fn homura<T: Deref<Trget = i32>>(_: T) {}
5    |                    ^^^^^^^^^^^ associated type `Trget` not found
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0220`.