Closed
Description
See the discussion starting at #90630 (comment).
EDIT (@GuillaumeGomez): For example:
pub struct Foo;
impl Foo {
pub fn something(&self) -> PathBuf { ... }
}
For the example above, if you use Foo -> PathBuf
in the search, something
won't show up because &self
isn't "recognized"/"generated" in the search index as Foo
.