diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2021-02-17 09:47:31 -0800 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-02-20 17:55:54 -0500 |
| commit | 8ead8f57c6bd57e327ef150ac99e47a4c2486000 (patch) | |
| tree | cfeecaee718d2b6890dce1280c18a22d44fb428b | |
| parent | 83b30a639d5abd1270ade35d9bd92271f5a5ba18 (diff) | |
| download | rust-8ead8f57c6bd57e327ef150ac99e47a4c2486000.tar.gz rust-8ead8f57c6bd57e327ef150ac99e47a4c2486000.zip | |
Add A-diagnostics bug report template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/diagnostics.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/diagnostics.md b/.github/ISSUE_TEMPLATE/diagnostics.md new file mode 100644 index 00000000000..044979f3bae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/diagnostics.md @@ -0,0 +1,46 @@ +--- +name: Diagnostic issue +about: Create a bug report or feature request for a change to `rustc`'s error output +labels: A-diagnostics, T-compiler +--- +<!-- +Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, +along with any information you feel relevant to replicating the bug. + +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. +--> + +Given the following code: <!-- Please provide a link to play.rust-lang.org --> + +```rust +<code> +``` + +The current output is: + +``` +<rustc output> +``` + +<!-- The following is not always necessary. --> +Ideally the output should look like: + +``` +<proposed output> +``` + +<!-- +If the problem is not self-explanatory, please provide a rationale for the +change. +--> + +<!-- +If dramatically different output is caused by small changes, consider also +adding them here. + +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. The output might also be +different depending on the Edition. +--> |
