src/tools/clippy/.github/ISSUE_TEMPLATE/false_positive.yml YAML 69 lines View on github.com → Search inside
1name: Bug Report (False Positive)2description: Create a bug report about a wrongly emitted lint warning3labels: ["C-bug", "I-false-positive"]4body:5  - type: markdown6    attributes:7      value: Thank you for filing a bug report! 🐛8  - type: textarea9    id: problem10    attributes:11      label: Summary12      description: >13        Please provide a short summary of the bug, along with any information14        you feel relevant to replicate the bug.15    validations:16      required: true17  - type: input18    id: lint-name19    attributes:20      label: Lint Name21      description: Please provide the lint name.22  - type: textarea23    id: reproducer24    attributes:25      label: Reproducer26      description: >27        Please provide the code and steps to reproduce the bug together with the28        output from Clippy.29      value: |30        I tried this code:3132        ```rust33        <code>34        ```3536        I saw this happen:3738        ```39        <output>40        ```4142        I expected to see this happen:43  - type: textarea44    id: version45    attributes:46      label: Version47      description: "Rust version (`rustc -Vv`)"48      placeholder: |49        rustc 1.46.0-nightly (f455e46ea 2020-06-20)50        binary: rustc51        commit-hash: f455e46eae1a227d735091091144601b467e156552        commit-date: 2020-06-2053        host: x86_64-unknown-linux-gnu54        release: 1.46.0-nightly55        LLVM version: 10.056      render: text57  - type: textarea58    id: labels59    attributes:60      label: Additional Labels61      description: >62        Additional labels can be added to this issue by including the following63        command64      placeholder: |65        @rustbot label +<label>6667        Common labels for this issue type are:68        * `I-suggestion-causes-error`

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.