summaryrefslogtreecommitdiffstats
path: root/tests/ui/unknown-language-item.stderr
blob: 1e0256867c56293b2ebf19c843975f1b71adcc32 (plain)
1
2
3
4
5
6
7
8
9
error[E0522]: definition of an unknown language item: `foo`
  --> $DIR/unknown-language-item.rs:4:1
   |
LL | #[lang = "foo"]
   | ^^^^^^^^^^^^^^^ definition of unknown language item `foo`

error: aborting due to 1 previous error

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