error: Unexpected annotation: only `into_variant(skip)` is supported
--> tests_error/invalid_annotation.rs:6:5
|
6 | #[into_variant]
| ^
error: Unexpected annotation: only `into_variant(skip)` is supported
--> tests_error/invalid_annotation.rs:14:5
|
14 | #[into_variant(Skip)]
| ^
error: Unexpected annotation: only `into_variant(skip)` is supported
--> tests_error/invalid_annotation.rs:22:5
|
22 | #[into_variant()]
| ^