forked from rust-lang/rust
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#82229 - estebank:issue-templace, r=Mark-Sim…
…ulacrum Add [A-diagnostics] bug report template
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
--> |