**rust-analyzer version**: 0.4.1674-standalone (d3cc3bc00 2023-09-25) **rustc version**: 1.72.0 (5680fa18f 2023-08-23) rust-analyzer complains about "immutable variable", but rustc [compiles this code without issues](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=cc8b0dc5315b9bc75d6caa9e5faa85d4) <img src="https://github.com/rust-lang/rust-analyzer/assets/54737754/bdb74f8d-e192-4772-8ff0-e069542080dc" width="400px"/> However this doesnt cause any issues: <img src="https://github.com/rust-lang/rust-analyzer/assets/54737754/330ffeb3-fc5b-49ef-a700-25ced3a9ff12" width="400px"/>