---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
labels: bug
assignees: ""
---
## Describe the bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Run `...` (e.g. `cargo build`, `cargo run`, `cargo test`)
2. With input / code: ...
3. See error (or unexpected behavior)
## Expected behavior
A clear and concise description of what you expected to happen.
## Actual behavior
What actually happened (wrong output, panic, compile error, etc.).
## Environment
- **Rust:** `rustc --version` (e.g. rustc 1.75.0)
- **Cargo:** `cargo --version`
- **OS:** [e.g. macOS 14.0, Ubuntu 22.04, Windows 11]
- **Architecture:** [e.g. x86_64, aarch64] (optional)
## Backtrace (for panics)
If the bug is a panic, run with `RUST_BACKTRACE=1` and paste the full backtrace:
```
(paste backtrace here)
```
## Compiler output (for build/compile errors)
If the bug is a compile error, paste the full output of `cargo build` (or the failing command):
```
(paste cargo/rustc output here)
```
## Additional context
Add any other context about the problem here (minimal code to reproduce, relevant `Cargo.toml` or dependencies, etc.).