2020-11-04 04:32:46 -06:00
---
name: Bug report
about: Create a bug report for rust-analyzer.
title: ''
2023-02-03 03:48:37 -06:00
labels: 'C-bug'
2020-11-04 04:32:46 -06:00
assignees: ''
---
<!--
Troubleshooting guide: https://rust-analyzer.github.io/manual.html#troubleshooting
Forum for questions: https://users.rust-lang.org/c/ide/14
2020-11-04 08:57:15 -06:00
Before submitting, please make sure that you're not running into one of these known issues:
2022-11-05 07:29:44 -05:00
1. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file): #3107
2020-11-04 08:57:15 -06:00
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.
2020-11-04 04:32:46 -06:00
-->
2021-11-29 15:35:16 -06:00
2022-08-05 02:04:27 -05:00
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via < kbd > Ctrl/⌘< / kbd > +< kbd > Shift< / kbd > +< kbd > P< / kbd > )
2021-11-29 15:35:16 -06:00
**rustc version**: (eg. output of `rustc -V` )
2022-02-18 11:30:15 -06:00
2023-01-10 09:25:02 -06:00
**relevant settings**: (eg. client settings, or environment variables like `CARGO` , `RUSTC` , `RUSTUP_HOME` or `CARGO_HOME` )
2024-02-21 04:07:11 -06:00
**code snippet to reproduce**:
```rust
// add your code here
```