mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-11 01:17:39 +00:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
![]() |
error[E0284]: type annotations needed
|
||
|
--> $DIR/dropck-only-error-ambiguity.rs:19:23
|
||
|
|
|
||
|
LL | pub fn MOVES_SELF(self) {}
|
||
|
| ^^^^ cannot infer type
|
||
|
|
|
||
|
= note: cannot satisfy `<[T] as ToOwned>::Owned == _`
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0284`.
|