| --- |
| name: Bug Report |
| about: Create a bug report for Rust. |
| labels: C-bug |
| --- |
| <!-- |
| Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, |
| along with any information you feel relevant to replicating the bug. |
| --> |
| |
| I tried this code: |
| |
| ```rust |
| <code> |
| ``` |
| |
| I expected to see this happen: *explanation* |
| |
| Instead, this happened: *explanation* |
| |
| ### Meta |
| <!-- |
| If you're using the stable version of the compiler, you should also check if the |
| bug also exists in the beta or nightly versions. |
| --> |
| |
| `rustc --version --verbose`: |
| ``` |
| <version> |
| ``` |
| |
| <!-- |
| Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your |
| environment. E.g. `RUST_BACKTRACE=1 cargo build`. |
| --> |
| <details><summary>Backtrace</summary> |
| <p> |
| |
| ``` |
| <backtrace> |
| ``` |
| |
| </p> |
| </details> |