E3083 Types Errors

Types

c_string() requires a raw C pointer; cannot convert a non-pointer type

When this occurs

This error is triggered when: c_string() requires a raw c pointer; cannot convert a non-pointer type

Example error message

error[E3083]: c_string() requires a raw C pointer; cannot convert a non-pointer type

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.