]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/serde.stderr
095051637b64aeb5b349dc8956d1ccafc0f532b2
[rust.git] / clippy_tests / examples / serde.stderr
1 error[E0463]: can't find crate for `serde`
2  --> serde.rs:6:1
3   |
4 6 | extern crate serde;
5   | ^^^^^^^^^^^^^^^^^^^ can't find crate
6
7 error: aborting due to previous error(s)
8
9 error: Could not compile `clippy_tests`.
10
11 To learn more, run the command again with --verbose.