2018-03-14 21:10:28 -05:00
|
|
|
error[E0328]: explicit impls for the `Unsize` trait are not permitted
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/E0328.rs:7:1
|
2018-03-14 21:10:28 -05:00
|
|
|
|
|
|
|
|
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`.
|