about summary refs log tree commit diff
path: root/tests/ui/pattern/deref-patterns/unsatisfied-bounds.stderr
blob: 983ce27865c992154465057d784b3da60ea68c7b (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `MyPointer: DerefPure` is not satisfied
  --> $DIR/unsatisfied-bounds.rs:17:9
   |
LL |         () => {}
   |         ^^ the trait `DerefPure` is not implemented for `MyPointer`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.