summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0328.stderr
blob: 70e6baf69d3f51bd88ba724e2bddaf60ba9bb21a (plain)
1
2
3
4
5
6
7
8
9
error[E0328]: explicit impls for the `Unsize` trait are not permitted
  --> $DIR/E0328.rs:7: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`.