---
source: crates/celox/tests/error_readability.rs
expression: err
---
combinational_loop (https://doc.veryl-lang.org/book/07_appendix/02_semantic_error.html#combinational_loop)
× combinational loop detected on "y"
╭─[:6:20]
5 │ ) {
6 │ assign y = ~y & a;
· ┬
· ╰── Error location
7 │ }
╰────
help:
unassign_variable (https://doc.veryl-lang.org/book/07_appendix/02_semantic_error.html#unassign_variable)
⚠ "y" is unassigned
╭─[:6:20]
5 │ ) {
6 │ assign y = ~y & a;
· ┬
· ╰── Error location
7 │ }
╰────
help: