If you try to open the documentation for a module, it directs you to the parent module instead.
Steps to reproduce:
- Write something like this
use std::mem::swap;
- Put the cursor on
mem
- Run
Rust Analyzer: Open docs under cursor
- The documentation for
std itself and not the mem module opens.