]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/regex.stderr
bd8d3579c6b9205e7dd2d959f40e9527e1af8996
[rust.git] / clippy_tests / examples / regex.stderr
1 error[E0463]: can't find crate for `regex`
2  --> regex.rs:7:1
3   |
4 7 | extern crate regex;
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.