blob: 3b680b4238a033ddb0ca87b00edff67b0fd7c81a [file] [edit]
error[E0277]: the trait bound `MyPointer: DerefPure` is not satisfied
--> $DIR/unsatisfied-bounds.rs:16:9
|
LL | () => {}
| ^^ unsatisfied trait bound
|
help: the nightly-only, unstable trait `DerefPure` is not implemented for `MyPointer`
--> $DIR/unsatisfied-bounds.rs:3:1
|
LL | struct MyPointer;
| ^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.