rust/src/test/ui/error-codes/E0328.stderr
2018-03-15 11:59:54 -07:00

9 lines
308 B
Text

error[E0328]: explicit impls for the `Unsize` trait are not permitted
--> $DIR/E0328.rs:17:1
|
LL | impl<T> Unsize<T> for MyType {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of `Unsize` not allowed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0328`.