X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=.github%2FISSUE_TEMPLATE%2Fbug_report.md;h=5675579bc964a6aab3827db3b3c519c731f98143;hb=8e2f57094fff3dd684ef3d1ff743e50befb374c0;hp=dddc82f805372ba2fe1a647a6fa7afb546507b56;hpb=7709b6a2d4b74b5838fbe5b30b6188d6a549b580;p=rust.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dddc82f8053..5675579bc96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,24 +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. local imports (`use` statements) don't work: #1165 - 2. local items don't work: #1559 - 3. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file) - 4. some settings are required for procedural macro and build script support (`rust-analyzer.cargo.loadOutDirsFromCheck`, `rust-analyzer.procMacro.enable`): #6448 - 5. some platform-specific imports are not resolved: #6038 - 6. the official `rust-lang.rust` VS Code extension conflicts with `rust-analyzer`: #6463 +### 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 +

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

+