1name: Internal Compiler Error2description: Create a report for an internal compiler error (ICE) in Clippy.3labels: ["C-bug", "I-ICE"]4body:5 - type: markdown6 attributes:7 value: Thank you for finding an Internal Compiler Error! 🧊8 - type: textarea9 id: problem10 attributes:11 label: Summary12 description: |13 If possible, try to provide a minimal verifiable example. You can read ["Rust Bug Minimization Patterns"][mve] for how to create smaller examples. Otherwise, provide the crate where the ICE occurred.1415 [mve]: http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/16 validations:17 required: true18 - type: textarea19 id: version20 attributes:21 label: Version22 description: "Rust version (`rustc -Vv`)"23 placeholder: |24 rustc 1.46.0-nightly (f455e46ea 2020-06-20)25 binary: rustc26 commit-hash: f455e46eae1a227d735091091144601b467e156527 commit-date: 2020-06-2028 host: x86_64-unknown-linux-gnu29 release: 1.46.0-nightly30 LLVM version: 10.031 render: text32 - type: textarea33 id: error34 attributes:35 label: Error output36 description: >37 Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in38 your environment. E.g. `RUST_BACKTRACE=1 cargo clippy`.39 value: |40 <details><summary>Backtrace</summary>41 <p>4243 ```44 <backtrace>45 ```4647 </p>48 </details>
Findings
✓ No findings reported for this file.