I wanted to check if I was missing something obvious before raising a gh issue.
with rust-analyzer and vscode, the type hints disappear whenever I use the ? operator.
it's especially annoying because it also prevents rust-analyzer from autocompleting method names when using such an object with a now-untracked type
Is is a known issue, and if yes, does it have a known fix ?