2019-09-12 16:04:32 -05:00
|
|
|
error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`)
|
2019-10-26 10:28:02 -05:00
|
|
|
--> $DIR/impl[t]-foreign[local]-for-t.rs:10:6
|
2019-09-12 16:04:32 -05:00
|
|
|
|
|
|
|
|
LL | impl<T> Remote1<Local> for T {
|
2019-10-12 16:31:23 -05:00
|
|
|
| ^ type parameter `T` must be used as the type parameter for some local type
|
2019-09-12 16:04:32 -05:00
|
|
|
|
|
|
|
|
= note: only traits defined in the current crate can be implemented for a type parameter
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0210`.
|