]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/type-binding.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / type-binding.stderr
1 error[E0220]: associated type `Trget` not found for `Deref`
2   --> $DIR/type-binding.rs:6:20
3    |
4 LL | fn homura<T: Deref<Trget = i32>>(_: T) {}
5    |                    ^^^^^ help: there is an associated type with a similar name: `Target`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0220`.