<!-- Troubleshooting guide: https://rust-analyzer.github.io/manual.html#troubleshooting Forum for questions: https://users.rust-lang.org/c/ide/14 Before submitting, please make sure that you're not running into one of these known issues: 1. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file): #3107 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. --> **rust-analyzer version**: 0.4.1330-standalone (fb0db2a42 2022-12-23) **rustc version**: rustc 1.68.0-nightly (rust-lang/rust@af3e06f1b 2022-12-23) **relevant settings**: (No special settings) The problems are described by the following image: <img width="673" alt="image" src="https://user-images.githubusercontent.com/26381267/209461851-f36d6670-b38d-4875-bca0-33bd0e05d861.png"> Compared to the normal code rendered: <img width="578" alt="image" src="https://user-images.githubusercontent.com/26381267/209461948-050c6d3b-0502-47b6-8673-3a82d66438f9.png">
Activity