X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.md;h=5675579bc964a6aab3827db3b3c519c731f98143;hb=8e2f57094fff3dd684ef3d1ff743e50befb374c0;hp=060a05d416b06e0f8db5b02658f59f0d7f011046;hpb=32491c09787fa3b386d067f0ce95d744c1480e0b;p=rust.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 060a05d416b..5675579bc96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,22 +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. some platform-specific imports are not resolved: #6038 - 3. attribute proc macros are not supported: #6029 - 4. the version string is misleading (includes the previous week): #8571 +### 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 +

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

+