blob: 1aa66e1ec88959623e26b4d6b672e5f06245ecb8 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0463]: can't find crate for `cookie_monster`
--> $DIR/E0463.rs:2:11
|
LL | #![plugin(cookie_monster)]
| ^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
|