034db9f20f
Also updates UI tests.
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
error: unknown serde field attribute `abc`
|
|
--> $DIR/field.rs:6:13
|
|
|
|
|
6 | #[serde(abc = "xyz")]
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|