.github/ISSUE_TEMPLATE/ice.md MARKDOWN 51 lines View on github.com → Search inside
1---2name: Internal Compiler Error3about: Create a report for an internal compiler error in rustc.4labels: C-bug, I-ICE, T-compiler5title: "[ICE]: "6---7<!--8Thank you for finding an Internal Compiler Error! 🧊  If possible, try to provide9a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for10how to create smaller examples.11http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/12-->1314### Code1516```Rust17<code>18```192021### Meta22<!--23If you're using the stable version of the compiler, you should also check if the24bug also exists in the beta or nightly versions.25-->2627`rustc --version --verbose`:28```29<version>30```3132### Error output3334```35<output>36```3738<!--39Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your40environment. E.g. `RUST_BACKTRACE=1 cargo build`.41-->42<details><summary><strong>Backtrace</strong></summary>43<p>4445```46<backtrace>47```4849</p>50</details>

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.