about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0522.stderr
blob: 82bbf0795940544ee2ff9e3ba8c33b592f58f341 (plain)
1
2
3
4
5
6
7
8
9
error[E0522]: definition of an unknown lang item: `cookie`
  --> $DIR/E0522.rs:3:1
   |
LL | #[lang = "cookie"]
   | ^^^^^^^^^^^^^^^^^^ definition of unknown lang item `cookie`

error: aborting due to 1 previous error

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