summaryrefslogtreecommitdiffstats
path: root/third_party/rust/thiserror/tests/ui/unexpected-field-fmt.stderr
blob: 42d80db2c4cd248311640894c5e2895e368bc765 (plain)
1
2
3
4
5
error: not expected here; the #[error(...)] attribute belongs on top of a struct or an enum variant
 --> $DIR/unexpected-field-fmt.rs:6:9
  |
6 |         #[error("...")]
  |         ^^^^^^^^^^^^^^^