X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=.github%2FISSUE_TEMPLATE%2Fbug_report.md;h=5675579bc964a6aab3827db3b3c519c731f98143;hb=27f2f0a04e94261cec9e48ed7c2b2b0d560f25db;hp=639c63bc5a68e40594d0c54c7cc8630f2dc25792;hpb=2ca3834c9f15027fa68a0d0f70f7abf75a26d750;p=rust.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 639c63bc5a6..5675579bc96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,23 +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 + +``` -Before submitting, please make sure that you're not running into one of these known issues: +I expected to see this happen: *explanation* - 1. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file): #3107 +Instead, this happened: *explanation* -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. +### Meta + + +`rustc --version --verbose`: +``` + +``` + + +
Backtrace +

-**rust-analyzer version**: (eg. output of "Rust Analyzer: Show RA Version" command) +``` + +``` -**rustc version**: (eg. output of `rustc -V`) +

+