Files
serde/test_suite/tests/ui/identifier/field_struct.stderr
T
David Tolnay 4821d09a48 Move all compile-fail tests to ui tests
The update-references.sh script makes these much easier to update in
bulk compared to compile-fail tests.
2018-11-24 15:43:19 -08:00

9 lines
186 B
Plaintext

error: `field_identifier` can only be used on an enum
--> $DIR/field_struct.rs:12:10
|
12 | #[derive(Deserialize)]
| ^^^^^^^^^^^
error: aborting due to previous error