X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.md;h=5675579bc964a6aab3827db3b3c519c731f98143;hb=8e2f57094fff3dd684ef3d1ff743e50befb374c0;hp=a038dce3248aa41fb5ede1be651a3cf7fce1c078;hpb=3805067bf548f02f0fc2a709f2cdfb05cdbce314;p=rust.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a038dce3248..5675579bc96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,26 +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. extension doesn't load in VSCodium: #11080 - 2. 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 + -**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) +`rustc --version --verbose`: +``` + +``` + + +
Backtrace +

-**rustc version**: (eg. output of `rustc -V`) +``` + +``` -**relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTUP_HOME` or `CARGO_HOME`) +

+