2018-02-07 21:35:35 -06:00
|
|
|
error[E0601]: main function not found
|
|
|
|
|
|
|
|
error[E0522]: definition of an unknown language item: `cookie`
|
|
|
|
--> $DIR/E0522.rs:13:1
|
|
|
|
|
|
|
|
|
13 | #[lang = "cookie"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^ definition of unknown language item `cookie`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
You've got a few errors: E0522, E0601
|
|
|
|
If you want more information on an error, try using "rustc --explain E0522"
|