1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 13:02:28 +00:00
deprecated-gotham-restful/tests/ui/from_body/enum.stderr

6 lines
109 B
Text
Raw Permalink Normal View History

2020-05-05 19:31:02 +02:00
error: #[derive(FromBody)] only works for structs
--> $DIR/enum.rs:5:1
2020-05-05 19:31:02 +02:00
|
5 | enum FromBodyEnum {
2020-05-05 19:31:02 +02:00
| ^^^^