6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
error: IntoCommandDefinition not supported for unnamed structs
|
|
--> tests/into_command_definition/unnamed_struct_fails.rs:4:25
|
|
|
|
|
4 | struct TestUnnamedStruct(f32, f64, bool);
|
|
| ^^^^^^^^^^^^^^^^
|