1name: Internal Compiler Error (for use by automated tooling)2description: 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.3labels: ["C-bug", "I-ICE", "T-compiler"]4title: "[ICE]: "5body:6 - type: markdown7 attributes:8 value: |9 Thank you for finding an Internal Compiler Error! 🧊1011 If possible, try to provide a minimal verifiable example.1213 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.1415 - type: textarea16 id: code17 attributes:18 label: Code19 description: Please provide code or a link to a repository that can reproduce the problem20 placeholder: code21 render: Rust22 validations:23 required: false2425 - type: checkboxes26 attributes:27 label: Affected release channels28 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 versions29 options:30 - label: Previous Stable31 required: false32 - label: Current Stable33 required: false34 - label: Current Beta35 required: false36 - label: Current Nightly37 required: false3839 - type: textarea40 id: version41 attributes:42 label: Rust Version43 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!44 placeholder: |45 $ rustc --version --verbose46 rustc 1.XX.Y (SHORTHASH DATE)47 binary: rustc48 commit-hash: LONGHASHVALUE49 commit-date: DATE50 host: PLATFORMTRIPLE51 release: 1.XX.Y52 LLVM version: XX.YY.ZZ53 render: Shell54 validations:55 required: true5657 - type: textarea58 id: output59 attributes:60 label: Current error output61 description: Please provide the `rustc` output you see62 placeholder: output63 render: Shell64 validations:65 required: false6667 - type: textarea68 id: backtrace69 attributes:70 label: Backtrace71 description: Include a backtrace in the code block by setting `RUST_BACKTRACE=full` in your environment, e.g. `RUST_BACKTRACE=full cargo build`72 render: Shell73 validations:74 required: true7576 - type: textarea77 id: extra78 attributes:79 label: Anything else?80 description: If you have more details you want to give us to reproduce this issue, please add it here81 validations:82 required: false
Findings
✓ No findings reported for this file.