rust-analyzer version: 0.3.2743-standalone
rustc version: rustc 1.92.0 (ded5c06cf 2025-12-08)
editor or extension: VSCode with rust-analyzer
I'm not sure where else to put this assuming it may be a bug which leaks some kind of internal information, and if it is not a bug, I would like to know whether this can be turned off or request a setting so it can be turned off.
Basically, whenever trying to view the content of a tooltip of a function, bunch of irrelevant stuff comes up before the documentation, as can be viewed in the screenshot.
The thing is it only happens on some functions and I'm not sure what the common denominator is, but it likely has to do with the "notable traits" it mentions like Iterator or Future, which isn't something my type implements though.
rust-analyzer version: 0.3.2743-standalone
rustc version: rustc 1.92.0 (ded5c06cf 2025-12-08)
editor or extension: VSCode with rust-analyzer
I'm not sure where else to put this assuming it may be a bug which leaks some kind of internal information, and if it is not a bug, I would like to know whether this can be turned off or request a setting so it can be turned off.
Basically, whenever trying to view the content of a tooltip of a function, bunch of irrelevant stuff comes up before the documentation, as can be viewed in the screenshot.
The thing is it only happens on some functions and I'm not sure what the common denominator is, but it likely has to do with the "notable traits" it mentions like
IteratororFuture, which isn't something my type implements though.