We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VAR_CONFIG main.foo.bar AT %IX1.0 : STRING[100]; END_VAR
currently leads to a panic in index::visitor::visit_global_var_block, src/index/visitor.rs:313:50 due to the custom string type not having a name.
index::visitor::visit_global_var_block
src/index/visitor.rs:313:50
Originally posted by @mhasel in #1308 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently leads to a panic in
index::visitor::visit_global_var_block
,src/index/visitor.rs:313:50
due to the custom string type not having a name.Originally posted by @mhasel in #1308 (comment)
The text was updated successfully, but these errors were encountered: