E3099 Types Errors
Types
'%s' is a reserved stdlib type name and cannot be used as a struct name
When this occurs
This error is triggered when: '%s' is a reserved stdlib type name and cannot be used as a struct name
Example error message
error[E3099]:
'%s' is a reserved stdlib type name and cannot be used as a struct name
How to fix
Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.
Related errors
No related errors.