We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracted from here #10326 (comment)
Currently AsmParser fails because these characters are considered illegal. Also it fails with rather bad message:
AsmParser
ParserError 1856: (35-47): Literal or identifier expected.
and it looks misleading. So, we need to decide, are we allowing these in comments and if not, should we consider changing error message.
The text was updated successfully, but these errors were encountered:
Fixed by #10625
Sorry, something went wrong.
No branches or pull requests
Extracted from here #10326 (comment)
Currently
AsmParser
fails because these characters are considered illegal. Also it fails with rather bad message:and it looks misleading. So, we need to decide, are we allowing these in comments and if not, should we consider changing error message.
The text was updated successfully, but these errors were encountered: