summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0522.stderr
blob: 0a8a41598da92b430a7fc2ba0f89a4cfbaf962b2 (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 previous error

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