fabaccess-bffh/modules/sdk/sdk_proc/tests/02-not-or-bad-struct.stderr
2022-01-05 21:56:32 +01:00

12 lines
245 B
Plaintext

error: Modules must be structs
--> tests/02-not-or-bad-struct.rs:4:1
|
4 | enum EnumModule {
| ^^^^
error: Modules can't be unit structs
--> tests/02-not-or-bad-struct.rs:9:24
|
9 | struct UnitStructModule;
| ^