2017-05-17 07:19:44 -05:00
|
|
|
error[E0463]: can't find crate for `regex`
|
2017-05-17 10:51:35 -05:00
|
|
|
--> regex.rs:7:1
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
7 | extern crate regex;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ can't find crate
|
|
|
|
|
2017-05-26 02:21:54 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
|
|
|
To learn more, run the command again with --verbose.
|