2017-05-17 14:19:44 +02:00
|
|
|
error[E0463]: can't find crate for `serde`
|
2017-05-17 17:51:35 +02:00
|
|
|
--> serde.rs:6:1
|
2017-05-17 14:19:44 +02:00
|
|
|
|
|
|
|
|
6 | extern crate serde;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ can't find crate
|
|
|
|
|
2017-05-26 09:21:54 +02:00
|
|
|
error: aborting due to previous error(s)
|
2017-05-17 14:19:44 +02:00
|
|
|
|
|
|
|
error: Could not compile `clippy_tests`.
|
|
|
|
|
|
|
|
To learn more, run the command again with --verbose.
|