blob: ee0a63eed92434e451eaa317a382f33dad03e743 [file] [edit]
error[E0046]: not all trait items implemented, missing: `test`
--> $DIR/missing-size-bound-issue-85643.rs:12:1
|
LL | impl TestTrait<()> for D {}
| ^^^^^^^^^^^^^^^^^^^^^^^^ missing `test` in implementation
|
= help: implement the missing item: `fn test<R>(&self, _: &mut R) where R: ?Sized, R: SecondTestTrait { todo!() }`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0046`.