]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/regex.stderr
Merge pull request #1766 from Manishearth/testing_refactor
[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
8
9 error: Could not compile `clippy_tests`.
10
11 To learn more, run the command again with --verbose.