8 lines
184 B
Text
8 lines
184 B
Text
error: only trait impls can be reused
|
|
--> $DIR/impl-reuse-non-trait-impl.rs:6:1
|
|
|
|
|
LL | reuse impl Trait { self.0 }
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|