mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
12 lines
245 B
Plaintext
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;
|
||
|
| ^
|