E1023 Syntax Errors

Syntax

string literals cannot span multiple lines; use a raw string with backticks for multi-line text

When this occurs

This error is triggered when: string literals cannot span multiple lines; use a raw string with backticks for multi-line text

Example error message

error[E1023]: string literals cannot span multiple lines; use a raw string with backticks for multi-line text

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.