Open mhasel opened 1 month ago
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 https://github.com/PLC-lang/rusty/issues/1308#issuecomment-2368074953
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 https://github.com/PLC-lang/rusty/issues/1308#issuecomment-2368074953