blob: 9f3f8968d734ed00a575d909570ac50a7c74b1a6 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0522]: definition of an unknown language item: `cookie`
--> $DIR/E0522.rs:13:1
|
LL | #[lang = "cookie"]
| ^^^^^^^^^^^^^^^^^^ definition of unknown language item `cookie`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0522`.
|