2018-02-07 21:35:35 -06:00
|
|
|
error[E0463]: can't find crate for `cookie_monster`
|
|
|
|
--> $DIR/E0463.rs:12:11
|
|
|
|
|
|
|
|
|
12 | #![plugin(cookie_monster)]
|
|
|
|
| ^^^^^^^^^^^^^^ can't find crate
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0463"
|