| name: Internal Compiler Error (for use by automated tooling) |
| description: For now, you'll want to use the other ICE template, as GitHub forms have strict limits on the size of fields so backtraces cannot be pasted directly. |
| labels: ["C-bug", "I-ICE", "T-compiler"] |
| Thank you for finding an Internal Compiler Error! 🧊 |
| If possible, try to provide a minimal verifiable example. |
| You can read "[Rust Bug Minimization Patterns](http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/)" for how to create smaller examples. |
| description: Please provide code or a link to a repository that can reproduce the problem |
| label: Affected release channels |
| description: 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 |
| description: Please provide the `rustc` version, `rustc --version --verbose`. Make sure that you're using the latest version of the compiler, and not an outdated stable or nightly release! |
| $ rustc --version --verbose |
| rustc 1.XX.Y (SHORTHASH DATE) |
| commit-hash: LONGHASHVALUE |
| label: Current error output |
| description: Please provide the `rustc` output you see |
| description: Include a backtrace in the code block by setting `RUST_BACKTRACE=full` in your environment, e.g. `RUST_BACKTRACE=full cargo build` |
| description: If you have more details you want to give us to reproduce this issue, please add it here |