Expand description
Error type for the Bop interpreter.
Structsยง
- BopError
- BopWarning
- Non-fatal diagnostic surfaced by static checks that run
after parsing (currently: match-exhaustiveness analysis in
crate::check). Shape mirrorsBopErrorso the same source-snippet rendering works; the only divergence is the leading header, which sayswarning:instead oferror:.