E3075 Types Errors

Types

chained struct function calls are not supported; assign the intermediate result to a variable, then call the next struct function on it

When this occurs

This error is triggered when: chained struct function calls are not supported; assign the intermediate result to a variable, then call the next struct function on it

Example error message

error[E3075]: chained struct function calls are not supported; assign the intermediate result to a variable, then call the next struct function on it

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.