24 lines
939 B
Plaintext
24 lines
939 B
Plaintext
error: Missing field `group`
|
|
--> $DIR/missing_required.rs:5:10
|
|
|
|
|
5 | #[derive(CustomResource, Serialize, Deserialize, Debug, Clone, JsonSchema)]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: Missing field `version`
|
|
--> $DIR/missing_required.rs:5:10
|
|
|
|
|
5 | #[derive(CustomResource, Serialize, Deserialize, Debug, Clone, JsonSchema)]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: Missing field `kind`
|
|
--> $DIR/missing_required.rs:5:10
|
|
|
|
|
5 | #[derive(CustomResource, Serialize, Deserialize, Debug, Clone, JsonSchema)]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
|