2017-05-17 14:19:44 +02:00
|
|
|
error[E0463]: can't find crate for `clippy_lints`
|
2017-05-17 17:51:35 +02:00
|
|
|
--> useless_attribute.rs:6:1
|
2017-05-17 14:19:44 +02:00
|
|
|
|
|
|
|
|
6 | extern crate clippy_lints;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
|
|
|
|
2017-07-03 12:37:30 +08:00
|
|
|
error: aborting due to previous error
|
2017-05-17 14:19:44 +02:00
|
|
|
|
|
|
|
|
|
|
|
To learn more, run the command again with --verbose.
|