summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0522.stderr
blob: 66359cbacc846c5c29896e85e31c46216e73f87f (plain)
1
2
3
4
5
6
7
8
9
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 1 previous error

For more information about this error, try `rustc --explain E0522`.