Skip to content

Commit e217632

Browse files
Merge #10887
10887: internal: Update bug report template to include version info r=Veykril a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents a164820 + 714d236 commit e217632

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Forum for questions: https://users.rust-lang.org/c/ide/14
1414
Before submitting, please make sure that you're not running into one of these known issues:
1515
1616
1. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file): #3107
17-
2. attribute proc macros are supported but not enabled by default: #6029
1817
1918
Otherwise please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3.
2019
-->
20+
21+
**rust-analyzer version**: (eg. output of "Rust Analyzer: Show RA Version" command)
22+
23+
**rustc version**: (eg. output of `rustc -V`)

0 commit comments

Comments
 (0)