blob: 0a8a41598da92b430a7fc2ba0f89a4cfbaf962b2 [file] [log] [blame]
error[E0522]: definition of an unknown language item: `cookie`
--> $DIR/E0522.rs:3: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`.