.github/ISSUE_TEMPLATE/diagnostics.yaml YAML 78 lines View on github.com → Search inside
1name: Diagnostic issue2description: Create a bug report or feature request for a change to `rustc`'s error output3labels: ["A-diagnostics", "T-compiler"]4body:5  - type: markdown6    attributes:7      value: |8        Thank you for filing a diagnostics bug report! 🐛910        Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug.1112        If you cannot produce a minimal reproduction case (something that would work in isolation), please provide the steps or even link to a repository that causes the problematic output to occur.13  - type: textarea14    id: code15    attributes:16      label: Code17      description: Please provide code that can reproduce the problem18      placeholder: code19      render: Rust20    validations:21      required: true22  - type: textarea23    id: output24    attributes:25      label: Current output26      description: Please provide the `rustc` output you see27      placeholder: rustc output28      render: Shell29    validations:30      required: true31  - type: textarea32    id: desired-output33    attributes:34      label: Desired output35      description: Please provide what the output *should* be36      placeholder: proposed output37      render: Shell38    validations:39      required: false40  - type: textarea41    id: rationale42    attributes:43      label: Rationale and extra context44      description: If the problem is not self-explanatory, please provide a rationale for the change.45    validations:46      required: false47  - type: textarea48    id: other-output49    attributes:50      label: Other cases51      description: If dramatically different output is caused by small changes, consider also adding them here.52      render: Rust53    validations:54      required: false55  - type: textarea56    id: version57    attributes:58      label: Rust Version59      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!60      placeholder: |61        $ rustc --version --verbose62        rustc 1.XX.Y (SHORTHASH DATE)63        binary: rustc64        commit-hash: LONGHASHVALUE65        commit-date: DATE66        host: PLATFORMTRIPLE67        release: 1.XX.Y68        LLVM version: XX.YY.ZZ69      render: Shell70    validations:71      required: true72  - type: textarea73    id: extra74    attributes:75      label: Anything else?76      description: If you have more details you want to give us to reproduce this issue, please add it here77    validations:78      required: false

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.