X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.md;h=5675579bc964a6aab3827db3b3c519c731f98143;hb=8e2f57094fff3dd684ef3d1ff743e50befb374c0;hp=b71b11d5968e39f48a2f5853892190779354b269;hpb=9d94cbb6f3805d5bf0025dab976be4bb0df70610;p=rust.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b71b11d5968..5675579bc96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,20 +1,44 @@ --- -name: Bug report -about: Create a bug report for rust-analyzer. -title: '' -labels: '' -assignees: '' - +name: Bug Report +about: Create a bug report for Rust. +labels: C-bug --- - + +I tried this code: + +```rust + +``` + +I expected to see this happen: *explanation* -Before submitting, please make sure that you're not running into one of these known issues: +Instead, this happened: *explanation* - 1. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file) - 2. attribute proc macros are supported but not enabled by default: #6029 +### Meta + + +`rustc --version --verbose`: +``` + +``` -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. + +
Backtrace +

+ +``` + +``` + +

+