rust/src/test/ui/error-codes/E0522.stderr

13 lines
385 B
Plaintext
Raw Normal View History

error[E0601]: main function not found in crate E0522
2018-02-08 03:35:35 +00:00
error[E0522]: definition of an unknown language item: `cookie`
--> $DIR/E0522.rs:13:1
|
2018-02-23 00:42:32 +00:00
LL | #[lang = "cookie"]
2018-02-08 03:35:35 +00:00
| ^^^^^^^^^^^^^^^^^^ definition of unknown language item `cookie`
error: aborting due to 2 previous errors
2018-03-03 14:59:40 +00:00
Some errors occurred: E0522, E0601.
For more information about an error, try `rustc --explain E0522`.